codex-orchestrator
Delegate coding tasks to parallel Codex agents via tmux
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Codex Orchestrator?โผ
Run `npx skills add kingbootoshi/codex-orchestrator --all -g -y` in your terminal to install the skill globally. You also need tmux, Bun, and the OpenAI Codex CLI installed and authenticated.
How to run parallel coding agents?โผ
Use `codex-agent start` with a task prompt for each agent, then monitor them all with `codex-agent jobs --json`. Each agent runs in its own tmux session in the background.
Can I redirect a running agent mid-task?โผ
Yes. Use `codex-agent send <jobId> "your message"` to course-correct any running agent without killing and respawning it.
Does Codex Orchestrator work with Claude Code?โผ
Yes. It ships as a Claude Code plugin whose skill teaches Claude to automatically delegate coding work to Codex agents and synthesize their results.
What platforms does Codex Orchestrator support?โผ
It runs on macOS and Linux. Windows users should run it through WSL.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core