Claude Codex Orchestrator — Development skill for Claude Code
Claude plans & verifies, Codex executes — an orchestrator/executor split for Claude Code.
How to install Claude Codex Orchestrator
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open vimoxshah/claude-codex-orchestrator and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Codex Orchestrator does
Claude plans & verifies, Codex executes — an orchestrator/executor split for Claude Code.
Alternatives in Development
- Executor 24.1k ★
- Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★
- Bolt Executor — Use the @bolt-executor agent to implement the following: $ARGUMENTS 523 ★
README
claude-codex-orchestrator
**Claude plans and verifies. Luna handles most bounded execution, Terra handles implementation judgment, and Sol handles the toughest work.**
  

Why
Claude is the orchestrator and accepting judge. Codex is the execution surface. The router spends the narrowest capable model on each frozen packet:
- Luna Max for most fully specified, deterministic implementation;
- Luna Max Fast when latency materially matters;
- Terra High when localized implementation judgment remains;
- Sol High for architecture-sensitive, security, contract, concurrency, or other highest-risk work;
- Sol review/rescue for read-only review and stuck-task diagnosis.
Unresolved product and architecture decisions stay with Claude, as does final verification.
The loop
- Plan — Claude resolves intent and decomposes the work.
- Preflight — each cold packet is decision-complete and at most 12 KiB; source stays in the worktree and is referenced by path and symbol.
- Dispatch — invoke one direct profile, or use the opt-in Sol-led
orchestratedprofile for a large frozen work order. - Execute — Luna routes to Terra when a decision appears; Terra routes to Sol at a high-risk boundary.
- Review and verify — Codex may provide a read-only first review, but Claude inspects the diff and reruns the proof before accepting it.
The bounded packet preflight prevents the repeated oversized handoff and guessed chunk-size loop reported in [issue #6](https://github.com/vimoxshah/claude-codex-orchestrator/issues/6).
Direct profiles
| Profile | Model and effort | Tier | Use |
|---|---|---|---|
luna-worker |
gpt-5.6-luna max |
default | D |
Related Skills
Mythos Harness
A finish-first agent loop for Claude Opus 4.7 — plans, executes, verifies, and ships.
Claude Pc Commands
Claude Code marketplace: /pc + /pcq (Claude plans + orchestrates, Codex executes)
Executing Plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoi
Xiaoyaoclaw Agent Orchestrator
OpenClaw multi-agent daily collaboration orchestrator - split tasks, dispatch via sessions_send, track progres
ForgeBee
Claude Code and OpenClaw are powerful out of the box. ForgeBee makes them opinionated and structured — so your
Orchestrator MCP
Use Codex from Claude Code, or Claude Code from Codex, through the subscriptions you already have. Multi-turn
Related Agents
Gsd Executor
Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawne
Thrunt Telemetry Executor
Executes THRUNT plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spa
Shine Executor
Executes SHINE plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spaw