Run a Codex review that challenges the implementation approach and design choices
Cancel an active background Codex job in this repository
Delegate investigation, an explicit fix request, or follow-up rescue work to the Codex rescue subagent
Show the stored final output for a finished Codex job in this repository
Run a Codex code review against local git state
Internal helper contract for calling the codex-companion runtime from Claude Code
Internal guidance for composing effective Codex prompts for coding, review, diagnosis, and research tasks
Internal guidance for presenting Codex helper output back to the user
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Fork of openai/codex-plugin-cc that keeps the original Claude Code plugin sources while adding a host-neutral standalone package under skills/codex-companion/.
This repository now serves two related purposes:
plugins/codex/codex-companion skill for arbitrary agent hosts| Path | Purpose |
|---|---|
skills/codex-companion/ | Host-neutral standalone skill package and its self-contained tests |
plugins/codex/ | Original Claude Code plugin source material kept for upstream sync and comparison |
tests/ | Repository-level regression coverage, including compatibility entrypoints |
Use skills/codex-companion/README.md and skills/codex-companion/SKILL.md.
That package exposes one stable wrapper surface:
node <skill-root>/scripts/codex-host.mjs <subcommand> ...
It supports:
setupreviewadversarial-reviewtasktask-resume-candidatestatusprogresswatchresultcancelUse the material under plugins/codex/.
That path remains in the repository so upstream changes can be reviewed, ported, or compared against the standalone skill.
For new integrations, prefer the standalone package in skills/codex-companion/.
The design direction of this fork is:
status, progress, watch, and callbacksCodex Companion leaves the model and reasoning effort unset unless the caller passes --model or --effort. The local Codex runtime therefore keeps ownership of defaults through ~/.codex/config.toml or a trusted repository's .codex/config.toml.
For a GPT-5.6 Sol quality-first default:
model = "gpt-5.6-sol"
model_reasoning_effort = "high"
Explicit task overrides support current Codex reasoning tiers through max and ultra; the wrapper checks explicit model-and-effort pairs against the live model catalog before creating a thread.
Standalone skill checks:
python3 <skill-creator-root>/scripts/quick_validate.py skills/codex-companion
node --test tests/skill-codex-companion.test.mjs
Full repository regression check:
node --test
Plugin-only app-server type generation and build:
npm run build:plugin
That build step is only for the preserved upstream-style plugin material under plugins/codex/.
Recommended git remote layout:
origin: this forkupstream: the original OpenAI repositoryWhen upstream changes land, inspect plugins/codex/ first, then port only the behavior that still makes sense for the standalone skill.
This fork remains under Apache-2.0.
Keep LICENSE and NOTICE with derived or redistributed material, including the standalone skill subset.
npx claudepluginhub hopecommon/codex-companion --plugin codexUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Unified capability management center for Skills, Agents, and Commands.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.