cc-codex

Solid

Delegates coding tasks to Codex CLI for prototyping, debugging, and code review. Use when: (1) Backend/logic implementation, (2) Algorithm design and optimization, (3) Bug analysis and debugging, (4) API/database code generation, (5) Code quality review and refactoring. Triggers: "implement algorithm", "debug", "analyze code", "backend task", "API implementation", "optimize performance", "refactor", "generate prototype", "code review". IMPORTANT: Default sandbox="read-only" (analysis/review/patch generation); use sandbox="workspace-write" only when codex must run tests/builds to verify. Always request unified diff patches only. Supports multi-turn sessions via SESSION_ID.

Code & Development 64 stars 6 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 85/100

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

Skill Content

## Quick Start ```bash python scripts/codex_bridge.py --cd "/path/to/project" --PROMPT "Your task" ``` **Output:** JSON with `success`, `SESSION_ID`, `agent_messages`, `stream_file` (path to the raw JSONL stream persisted line-by-line), optional `stderr`, and optional `error`. Approvals are always disabled (`--ask-for-approval never` is passed automatically, except under `--yolo`): exec runs headless with stdin detached, so an approval prompt could never be answered. ## Parameters ``` usage: codex_bridge.py [-h] [--PROMPT PROMPT] [--cd CD] [--sandbox {read-only,workspace-write,danger-full-access}] [--SESSION_ID SESSION_ID] [--skip-git-repo-check] [--return-all-messages] [--image IMAGE] [--model MODEL] [--yolo] [--profile PROFILE] [--stream-file STREAM_FILE] [--idle-timeout IDLE_TIMEOUT] [--ignore-user-config] [--dangerously-bypass-hook-trust] {mcp,plugin} ... Codex Bridge options: --PROMPT PROMPT Instruction for the task to send to codex. --cd CD Set the workspace root for codex before executing the task. --sandbox {read-only,workspace-write,danger-full-access} Sandbox policy for model-generated commands. Defaults to `read-only`. --SESSION_ID SESSION_ID Resume the specified session of the codex. --skip-git-repo-check ...

Details

Author
Dianel555
Repository
Dianel555/DSkills
Created
6 months ago
Last Updated
yesterday
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category