Orchestrate other AI coding agents (Claude Code, Codex, Cursor, OpenCode, Pi, Gemini, or any
custom agent) by driving them through `ccmux invoke`. ccmux is the cross-harness substrate;
YOU are the router. Use this skill when a prompt asks you to coordinate, delegate, fan out,
or pipeline work across multiple agents, e.g. "plan with claude, implement with codex,
search with gemini", "run these three agents in parallel and combine the results",
"delegate this long implementation to codex while I keep working", "have another agent do
X and summarize it back", or any request to use `ccmux invoke` to launch and watch worker
agents. The user supplies the agent-per-task policy in their prompt; this skill teaches the
mechanics of firing, polling, joining, cancelling, and reading worker output, plus when to
hand a job off to `ccmux spawn` (a live, human-driven pane) instead of invoking it.
2026-07-06