This guide covers how to set up the Codex plugin inside Claude Code, what each command actually does, and the workflow patterns worth using. Everything here is pulled from the official release by Vaibhav (VB) Srivastav at OpenAI.
The Claude Code vs Codex debate has been loud.
This plugin makes it irrelevant.
You can now run Codex reviews, adversarial challenges, and full task handoffs without ever leaving Claude Code. Same local auth, same config, same MCP setup. Codex just gets invoked from inside.
One workflow. Two agents. Better output than either alone.
Step 1: Add and install the plugin
/plugin marketplace add openai/codex-plugin-cc
/plugin install codex@openai-codex
/codex:setup
Step 2: Install Codex globally if you haven't already
npm install -g @openai/codex