Codex in Claude
Run Codex from Claude Code for adversarial code review and task delegation.
Skills
codex-in-claude:adversarial-review: Invokes Codex as an adversarial reviewer running at the user's configured sandbox and permission defaults, has Claude triage the feedback, applies accepted in-scope fixes for current working-tree changes, validates the result, and summarizes the outcome.codex-in-claude:using-codex-cli: Internal contract for non-interactive Codex CLI use — command recipes, sandbox modes, sessions, structured output, and GPT-5.5 prompting guidance. The review skill and thecodexagent use it; it is not meant for direct invocation.
Agents
codex: A general-purpose proxy agent that forwards a delegated task tocodex execand returns the result. Use it to bring Codex in as a teammate for implementation, diagnosis, or research tasks, or as a subagent in multi-agent workflows. Review requests belong to theadversarial-reviewskill instead.
Requirements
codexmust be available onPATH.- Codex must already be installed, authenticated, and ready to run non-interactively.
- Codex needs network access and writes to
~/.codex. Runcodexcommands outside any calling sandbox, for example excluded from Claude Code's Bash sandbox. Codex's own OS-level sandbox is the enforcement boundary.
Claude Code support
- Claude Code loads this plugin from
.claude-plugin/plugin.json; the rootplugin.jsonis the Agent Plugins 1.0.0 manifest that other clients read. - Skill content lives in
skills/and agent definitions inagents/at the plugin root.