By adelrioj
Skills for autonomous story execution (dex orchestrator and parallel Codex swarm), adversarial spec review (Codex or local LMStudio), OrbStack port-collision migration, and workflow helpers (handoff, sprint status)
Compact the current conversation into a handoff document for another agent to pick up.
Use when a Docker Compose project should stop colliding on host ports across git worktrees or separate projects, by switching containerized services to OrbStack routable domains instead of published host ports. Edits docker-compose and local env files directly, then verifies live. Requires OrbStack as the active Docker engine (aborts otherwise). Triggers on: make orbstack compatible, orbstack migrate, fix docker port collisions, eliminate docker port collisions across worktrees, orbstack ports, switch compose services to orbstack domains, make project orbstack-compatible.
Use when running an already-hardened Superpowers implementation plan through the dex orchestrator (codex backend). Triggers on: convert plan to dex, plan to dex, dex from plan, run plan with dex, plan-to-dex.
Use when a brainstorming design spec has been written and needs adversarial review before implementation planning, using OpenAI Codex as the independent reviewer. Requires the codex CLI. Triggers on: spec review codex, codex spec review, review spec with codex, codex review, review spec, spec review.
Use when a brainstorming design spec has been written and needs adversarial review before implementation planning, using a local model served by LMStudio (via the pi CLI) as the independent reviewer. Works offline — no hosted API needed. Triggers on: spec review local, local spec review, review spec locally, lmstudio review, review spec, spec review.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin bundling skills for autonomous story execution, adversarial spec review, and workflow support.
/plan-to-dex — Run a hardened Superpowers plan through the dex orchestrator. Translates the plan into dex's checkbox-group plan.md (one task = one iteration), imports it, and runs dex apply → dex review autonomously with codex as the fixed backend. Requires the dex and codex CLIs.
/swarm-execute — Implement a feature as parallel user stories: Claude orchestrates via the Workflow (ultracode) tool, Codex workers write all code in isolated worktrees, architect + QA reviews gate every merge. Takes a plain-language request or a plan/spec file directly — no prd.json or tasks/ files. Requires the codex CLI.
/spec-review-codex — Adversarial review of design specs using OpenAI Codex as an independent reviewer. Sends the spec to Codex for rigorous review against a 10-category checklist, fixes CRITICAL and IMPORTANT findings, and loops until the spec passes with zero blocking issues (max 3 iterations). Designed to catch bugs, contradictions, ambiguities, and gaps that self-review misses due to author bias.
/spec-review-local — Same adversarial review loop, but the reviewer is a local model served by LMStudio via the pi CLI. Auto-detects whatever LLM is currently loaded in LMStudio — no hardcoded model. Works fully offline; the reviewer is restricted to read-only tools.
/handoff — Compact the current conversation into a handoff document so a fresh agent can pick up the work. Writes to the OS temp directory, includes a "suggested skills" section, references existing artifacts by path instead of duplicating them, and redacts secrets/PII.
/sprint-status-update — Generate a company-wide sprint recap for Slack from the Notion sprint board: categorizes deliveries, summarizes bug reports, and formats a scannable update. Use on Fridays or at sprint boundaries.
/orbstack-compatible — Make a Docker Compose project stop colliding on host ports across worktrees/projects by moving containerized services onto OrbStack routable domains (<service>.<project>.orb.local). Strips ports: from the base compose, adds an opt-in docker-compose.ports.yml for Windows/CI, rewrites local env URLs to domains, then verifies live. Requires OrbStack as the active Docker engine.
Add the marketplace, then install the plugin:
claude plugin marketplace add adelrioj/claude-skills
claude plugin install claude-skills@claude-skills-marketplace
Restart Claude Code for the plugin to load.
claude plugin marketplace update claude-skills-marketplace
claude plugin update claude-skills@claude-skills-marketplace
claude plugin uninstall claude-skills@claude-skills-marketplace
To also remove the marketplace:
claude plugin marketplace remove claude-skills-marketplace
For developing the plugin locally (session-only):
git clone https://github.com/adelrioj/claude-skills.git
claude --plugin-dir ./claude-skills
Two interchangeable skills run an adversarial review loop over brainstorming design specs (any file matching docs/superpowers/specs/*-design.md):
| Skill | Reviewer | Requirements |
|---|---|---|
/spec-review-codex | OpenAI Codex (codex exec) | Codex CLI installed and authenticated |
/spec-review-local | Local model via pi + LMStudio | pi in PATH, LMStudio running at http://127.0.0.1:1234 with an LLM loaded |
What happens:
*-design.md in docs/superpowers/specs/)The loop runs autonomously — no approval prompts between iterations. Findings files are preserved in /tmp/spec-review-findings-<timestamp>.md for audit.
Invocation:
/spec-review-codex docs/superpowers/specs/2026-04-10-my-feature-design.md
/spec-review-local docs/superpowers/specs/2026-04-10-my-feature-design.md
Or without arguments to auto-detect the most recent spec:
/spec-review-codex
/spec-review-local
npx claudepluginhub adelrioj/claude-skills --plugin claude-skillsSpec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.
Skills for the Ralph autonomous agent system - Generate PRDs and convert them to prd.json format for autonomous execution
A plugin to help with Ralph's tasks
AI-assisted spec crafting through research, interviews, and multi-LLM review. Like Geppetto carved Pinocchio from wood, transform rough ideas into living implementation plans.
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques