codex

Solid

Claude-Codex bridge for bulk/mechanical execution, independent diff review, or read-only advice. Triggers "use codex", "have codex do", "codex exec", "have codex review", "have codex check", "cross-check with codex", "second opinion from codex", "ask codex".

Code & Development 44 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Codex Bridge ## Standalone Codex If the active host is already standalone Codex, stop before any bridge command. Never recursively invoke `codex-run.ts` or launch the Codex CLI from inside Codex. Do the requested task locally with native tools. When the user asks for an independent review, spawn a fresh native `reviewer` and wait until it finishes; do not spawn `codex-verifier`. Everything below is the Claude-only bridge workflow. ## Claude-only bridge Invoke the OpenAI Codex CLI from inside a Claude session. Three subcommands map to three distinct use cases. All subcommands are called via: ```bash bun "$HOME/.claude/src/scripts/codex-run.ts" <subcommand> [args] ``` --- ## Subcommands ### exec -- delegate mechanical or bulk work ```bash bun "$HOME/.claude/src/scripts/codex-run.ts" exec "the full task description" ``` Runs Codex in a `workspace-write` sandbox. Use this when a task is: - Mechanical (repetitive edits, file scaffolding, boilerplate generation) - Bulk (touching many files at once where Claude's serial context would be slow) - Parallelizable with Claude's own work (start Codex on one half while Claude handles the other) **Quota routing**: Codex is metered by messages per ~5-hour window, not by tokens. Hand it one big complete task, not a sequence of small steps. A single `exec` call for a whole feature costs the same quota as one `exec` call for a single file. After `exec` returns, ALWAYS review Codex's diff before trusting it: ```bash git diff ``...

Details

Author
darkroomengineering
Repository
darkroomengineering/cc-settings
Created
8 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category