Coordination Toolkit
This toolkit restores the umbrella-level coordination router that previously lived in claude-skills/ccb.
Routing Guide
| User Intent | Skill | Supporting Assets |
|---|---|---|
| Use the unified CCB orchestration platform | ccb-unified | ccb-unified/references/, ccb-unified/templates/ |
| Delegate to one provider by explicit name | ask or provider-specific wrappers | - |
| Delegate to Codex, Gemini, OpenCode, Kimi, Qwen, DeepSeek, iFlow, Droid | cask, gask, oask, kask, qask, dskask, iask, dask | - |
| Check replies or provider health | pend, ping | - |
| Plan with multiple providers in parallel | all-plan | flow.md |
| Specialist collaboration inside Claude Code | agent-teams, find-skills | - |
Quick Actions
- "Ask Codex to review this" -> cask
- "Ask Gemini to analyze this" -> gask
- "Get multiple model opinions" -> all-plan
- "Use the unified CCB flow" -> ccb-unified
- "Check if a provider replied" -> pend
- "Check provider connectivity" -> ping
Compatibility Notes
- Legacy top-level provider wrappers from the old
claude-skills/ccblayout are preserved here as first-class skills. - Reusable orchestration references now live under ccb-unified and all-plan.
- New installs can skip these legacy wrappers with
./install.sh --canonical-only.