vimoxshah

Claude Codex Orchestrator — Development skill for Claude Code

Development community

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.**

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg) ![Claude Code](https://img.shields.io/badge/Claude%20Code-skill-6366f1) ![Codex](https://img.shields.io/badge/Codex-Luna%20%E2%86%92%20Terra%20%E2%86%92%20Sol-10b981)

![How claude-codex-orchestrator works](diagram.svg)

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

  1. Plan — Claude resolves intent and decomposes the work.
  2. Preflight — each cold packet is decision-complete and at most 12 KiB; source stays in the worktree and is referenced by path and symbol.
  3. Dispatch — invoke one direct profile, or use the opt-in Sol-led orchestrated profile for a large frozen work order.
  4. Execute — Luna routes to Terra when a decision appears; Terra routes to Sol at a high-risk boundary.
  5. 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