Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Intelligent coordinator — classify intent via structured extraction (action × object × style), map to skill chain, execute wave-by-wave via spawn_agents_on_csv. Barrier skills trigger coordinator-side artifact analysis between waves to dynamically assemble subsequent skill_call args. Each wave can be 1 or N parallel tasks.
When -y or --yes: Skip clarification and confirmation prompts. Pass -y through to each step's skill invocation.
$ccw "implement user authentication with JWT"
$ccw -y "refactor the payment module"
$ccw --continue
$ccw --dry-run "add rate limiting to API endpoints"
$ccw --chain feature "add dark mode toggle"
Flags:
-y, --yes — Auto mode: skip all prompts; propagate -y to each skill--continue — Resume latest paused session from last incomplete wave--dry-run — Display planned chain without executing--chain <name> — Force a specific chain (skips intent classification)Session state: .workflow/.ccw-coordinate/{session-id}/
Core Output: tasks.csv (master) + wave-{N}-results.csv (per wave) + context.md (report)
Wave-based pipeline coordinator. The coordinator loop builds one wave CSV at a time, calls spawn_agents_on_csv, then performs coordinator-side artifact analysis before assembling the next wave. Barrier skills produce artifacts (plan.json, analysis results, etc.) that the coordinator reads to dynamically resolve args for subsequent steps.
npx skills add catlog22/Claude-Code-Workflow --skill ccwHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
The SKILL.md content is hard to understand and quite ambiguous.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
The SKILL.md is hard to act on; an agent would not know what to do.