← ClaudeAtlas

codex-cli-bridgelisted

Delegate work to the OpenAI Codex CLI (`codex`) under a ChatGPT subscription — run plan/instruction EXECUTION in a sandboxed workspace, or get a read-only ADVISORY review of a plan or working-tree diff — as a second delegated-execution backend beside Antigravity. Use when the user wants to hand a bounded coding task or plan to `codex exec`, get a second-opinion review from codex, install or authenticate Codex CLI, understand its sandbox/network/approval policy, drive codex efficiently from the main agent (exec vs review, resume, the commit boundary), bridge project context (`AGENTS.md`) into codex, or troubleshoot codex flags, models, auth, or its no-TTY headless behaviour.
sabaiway/agent-workflow · ★ 0 · AI & Automation · score 75
Install: claude install-skill sabaiway/agent-workflow
# codex-cli-bridge Bridges the main agent to the **OpenAI Codex CLI** (`codex`) as a **delegated-execution backend** beside Antigravity. The main agent stays the orchestrator — owning decisions, the edits it accepts, verification, and user-facing claims — and hands `codex` a bounded sub-task answered from a **ChatGPT subscription** (no pay-as-you-go billing). Codex has two roles here: a **sandboxed executor** that edits a repo under a fixed policy (`codex-exec`), and a **read-only reviewer** that critiques a plan or a working-tree diff and only emits findings (`codex-review`). ## Overview / when to use Use this skill when the user wants to: - Delegate plan or instruction EXECUTION to `codex` in a workspace-write sandbox (network OFF). - Get a second-opinion ADVISORY review of an implementation plan or the current diff. - Install, authenticate, smoke-test, or troubleshoot `codex`, or understand its sandbox/flags/models. - Drive codex efficiently from the main agent (exec vs review, `resume`, the commit boundary). Do **not** use it to bundle secrets, bypass subscription auth, use api-key billing, or let codex commit / push on its own. ## Install Clean-machine setup is in [`setup/README.md`](setup/README.md). In short: install the `codex` binary, run `codex login` once under a ChatGPT subscription, then expose this skill's two wrappers on `PATH` as `codex-exec` ([`bin/codex-exec.sh`](bin/codex-exec.sh)) and `codex-review` ([`bin/codex-review.sh`](bin/codex-review.sh)). #