Codex as controller
Keep planning, review, and final judgment in Codex while workers handle scoped tasks.
Codex stays in control. Claude Code workers run through CCSwitch and local model routing.

claude-code-orchestrator-skill is a Codex Skill with a bundled MCP server and CLI.
It helps Codex use Claude Code as an external worker, route that worker through CCSwitch profiles, and keep every run visible enough to audit.
The core idea is simple:
| Part | Job |
|---|---|
| Codex | Brain, controller, reviewer, final decision maker |
| Claude Code | External worker process |
| CCSwitch | Local profile and model router |
| MCP | Tool interface that Codex can call |
| Run logs | The ledger for what each worker did |
Start with Get started, then wire the MCP server and learn the multi-agent strategy.