codex-subagents
Installation
SKILL.md
Spawning subagents through codex-router
Codex can delegate a task to a subagent running on a different model. codex-router decides which models Codex is allowed to pick. This skill covers getting the right models offered, proving they actually work, and fixing it when they don't.
Run every command from the codex-router checkout.
Start here, always
node .claude/skills/codex-subagents/subagent-report.mjs
This answers the only question that matters — if I ask Codex to spawn a subagent
right now, what can it pick? — and it is the one question control subagents status
does not answer. That command reports your intent. The merged catalog is what
Codex actually reads. They drift apart silently, and the report catches the drift.