codex-routing-skill
v0.1.1
Published
Portable global Codex model routing for Sol, Terra, and Luna
Readme
codex-routing-skill
Portable global Codex model routing for GPT-5.6 Terra, Sol, and Luna.
This skill installs a small global routing setup:
- Terra is the default model for normal implementation work.
sol_planneris used for PRDs, specs, plans, architecture, and high-risk review.luna_scanneris used for bounded read-only scans, inventories, and summaries.
Install
npm install -g codex-routing-skillGlobal install links the skill into:
~/.codex/skills/codex-routing-skillCheck
codex-routing-skill --checkExit codes:
0: current2: drift found- other nonzero: error
Apply
codex-routing-skill --apply
codex-routing-skill --checkStart a new Codex task after applying so global guidance is reloaded.
Managed Files
The installer only manages routing-related global Codex files:
~/.codex/config.toml~/.codex/AGENTS.md~/.codex/agents/sol-planner.toml~/.codex/agents/luna-scanner.toml
It preserves unrelated Codex configuration, including auth, MCP servers,
permissions, sandbox settings, and other user-managed content. The first
pre-managed version of each changed file is saved as <file>.codex-routing.bak.
Development
npm test