# openai/codex-plugin-cc

Source: [GitHub](https://github.com/openai/codex-plugin-cc)  
Feed7 permalink: https://feed7.dev/p/codex-plugin-cc-0xd2mf8  
Published: Unknown  
Trust: Needs Review (needs_review)

## Why Included

OpenAI's plugin lets you drive Codex from inside Claude Code—slash commands for code review, adversarial critique, and delegating or handing off tasks to Codex background jobs. ~629 stars today.

## Source Summary

**The gist** `openai/codex-plugin-cc` adds Codex to **Claude Code** via slash commands: `/codex:review` and `/codex:adversarial-review` for read-only code review, plus `/codex:rescue`, `/codex:transfer`, `/codex:status`, `/codex:result`, and `/codex:cancel` for delegating and tracking background Codex jobs. It wraps the global `codex` binary and reuses your existing auth, `.codex/config.toml`, and local checkout.

## Practical Implication

**Why it matters** If you run Claude Code as your primary agent, this gives you a second model for cross-review or handoff without leaving the session—delegate an investigation to Codex, get an adversarial critique that challenges your design, or transfer a session into a persistent Codex thread.

## Agent-Ready Context

**The gist** `openai/codex-plugin-cc` adds Codex to **Claude Code** via slash commands: `/codex:review` and `/codex:adversarial-review` for read-only code review, plus `/codex:rescue`, `/codex:transfer`, `/codex:status`, `/codex:result`, and `/codex:cancel` for delegating and tracking background Codex jobs. It wraps the global `codex` binary and reuses your existing auth, `.codex/config.toml`, and local checkout.

**Why it matters** If you run Claude Code as your primary agent, this gives you a second model for cross-review or handoff without leaving the session—delegate an investigation to Codex, get an adversarial critique that challenges your design, or transfer a session into a persistent Codex thread.

**Watch out** Requires **Node.js 18.18+**, a **ChatGPT subscription (Free tier works) or OpenAI API key**, and `codex login`. It's a thin wrapper over the local Codex binary, so anything Codex can't do locally, the plugin can't either.

## Context Map

- Layer: tools
- Domains: coding
- Topics: coding-agents, multi-agent, dev-ux

## Uncertainty

- Requires **Node.js 18.18+**, a **ChatGPT subscription (Free tier works) or OpenAI API key**, and `codex login`. It's a thin wrapper over the local Codex binary, so anything Codex can't do locally, the plugin can't either.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
