Reusable skills for ChatGPT work and Codex.
orchestrate encourages Codex to delegate large-scope work across focused agents, then integrate their results. Trivial tasks stay with the coordinator.
The pattern comes from Practical multi-agent orchestration in Codex.
Copy the skill into your personal Codex skills directory:
mkdir -p ~/.codex/skills
cp -R orchestrate ~/.codex/skills/orchestrateThen invoke it explicitly with $orchestrate, or let Codex select it when a task calls for multi-agent coordination.
MIT