kingbootoshikingbootoshiCommunityยท1 Agent Skills Included

codex-orchestrator

Delegate coding tasks to parallel Codex agents via tmux

Delegates coding, research, review, and testing tasks to parallel OpenAI Codex agents running in background tmux sessions. Eliminates manual babysitting with live output capture, mid-task redirection, and instant turn-completion notifications. Follows a structured pipeline from ideation and PRD writing through implementation, review, and testing for faster delivery.
npx skills add kingbootoshi/codex-orchestrator --all -g -y
Available:

Instructs the agent to spawn Codex jobs in the background without waiting, track job IDs, and use status, capture, and output commands to monitor and collect results.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’