codex-implementation
Installation
SKILL.md
Codex Implementation
Optional cross-vendor executor. Requires the OpenAI
codexCLI. Ifcommand -v codexfails, this skill isn't available on this machine — say so and implement natively instead. The model-orchestration doctrine (references/model-orchestration.md) routes here only when the CLI is present.
Use Codex for bounded, clearly specified implementation work — typically in a worktree or from a parallel implementation agent producing a patch. Do not let Codex commit, push, deploy, or edit global config unless the user explicitly asked for that.
Workflow
- Pin the current state with
git status --shortand note any user changes already present. - Define the implementation scope: files or behavior to change, files to avoid, constraints, and verification commands.
- Create a temporary artifact directory for Codex's report.
- Run
codex execwith repo write access. - After Codex exits, inspect
git statusandgit diff. - Run the cheapest reliable verification yourself when practical.
- Report what Codex changed, what Claude verified, and any remaining risks.
Use this command shape: