From composer
Delegate repo tasks to local Composer/Cursor workers for read-only research, candidate patches, verification, and approved apply.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composer:composer-swarmThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user asks Codex to delegate repo research, implementation, or review work to Composer/Cursor workers, compare swarm candidates, verify candidates, or apply a selected patch.
Use this skill when the user asks Codex to delegate repo research, implementation, or review work to Composer/Cursor workers, compare swarm candidates, verify candidates, or apply a selected patch.
Operating split: Codex is the main agent. Fast, low-cost Composer workers provide broader code search, extra reasoning, read-only research, isolated candidate patches, and review-only checks. Codex verifies, compares, and applies only after explicit approval.
composer-swarm when it is on PATH.node <composer-swarm-repo>/bin/composer-swarm.mjs ....composer-2.5-fast only.Check setup before the first task:
composer-swarm setup
If config is missing, initialize with trusted worktrees:
composer-swarm setup --init --trust
For broad, uncertain, or high-impact repo understanding, start your own normal investigation first. Then launch Composer Swarm research in the background and keep researching locally while it runs.
composer-swarm research "<question>" --workers <1-4> --background
Good research questions ask for evidence, not conclusions:
Use --focus architecture|tests|security|docs|release when the user asked for a narrower angle. Research output is leads; cross-check important claims yourself before answering or editing.
Choose an implementation or review swarm shape from the user's request. Prefer background for broad or multi-step work.
Recommended defaults:
composer-swarm team "<task>" --builders <1-4> --background
For review-only work:
composer-swarm review --preset repo --scouts <0-4> --background
composer-swarm review --preset security --scouts <0-4> --background
composer-swarm review --preset tests --scouts <0-4> --background
Inspect progress and output:
composer-swarm status <task-id>
composer-swarm result <task-id>
composer-swarm result <task-id> --verbose
Verify candidates before recommending one when implementation patches exist:
composer-swarm verify <task-id>
composer-swarm verify <task-id> --candidate builder-a
Review the actual patch files listed by result; do not rely only on summaries or heuristic recommendations.
Ask the user which candidate to apply. After explicit approval, apply exactly that candidate:
composer-swarm apply <task-id> --candidate <candidate-id>
composer-swarm apply <task-id> --recommended
Run normal repo checks after apply and clean up worktrees:
composer-swarm cleanup <task-id>
--recommended is only a shortcut after the user approves the detected recommendation.verify distinguishes baseline failures from candidate-specific failures.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jxucoder/composer-swarm --plugin composer-swarm