What problem does it solve?
Users struggle with configuring and troubleshooting OpenAI Codex CLI's orchestration features, including skill installation, hook wiring, AGENTS.md precedence, and migration from Claude Code, leading to broken workflows, wasted debugging time, and inconsistent team setups.
Core Features & Use Cases
- Complete Orchestration Reference: Authoritative documentation for Codex's 6-tier skill discovery paths, hooks.json event schema, stdin payload structure, exit codes, and notify configuration, eliminating the need to search scattered official docs.
- Cross-Tool Migration Support: Side-by-side comparison of Codex and Claude Code orchestration behaviors, making it easy to migrate existing skills, hooks, and agent configurations between the two tools.
- Debugging Playbooks: Step-by-step checklists for resolving common issues like implicit skill activation failures, hook non-firing, and AGENTS.md import problems.
- Use Case Example: A developer setting up a new team Codex environment can use this skill to correctly install shared skills to the .agents/skills/ directory and configure a PreToolUse hook to block dangerous git force-push commands in minutes.
Quick Start
Use the codex-orchestration skill to debug why your custom Codex hook is not triggering when you execute Bash commands in your workflow.