codex-orchestrator
Installation
SKILL.md
Codex Orchestrator
This skill provides a workflow for supervising the Codex coding agent running in background processes.
Workflow
1. Start (Launch)
Always launch Codex in a background PTY session to maintain interactivity without blocking the main agent.
bash pty:true workdir:<target_dir> background:true command:"codex exec --full-auto '<PROMPT>'"
- Store the returned
sessionId. - If
sessionIdis lost, find it viaprocess action:list.
2. Monitor (Watch)
Check progress regularly (e.g., via cron or manual check).