| name | coordination-toolkit |
| description | Multi-AI coordination toolkit router for provider delegation, orchestration patterns, compatibility wrappers, and unified collaboration workflows. |
| version | 2.1.0 |
| triggers | ["multi-ai","coordination","delegate","ask provider","all-plan","ccb","pend","ping","consensus","parallel review"] |
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/ccb layout 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.