collaborating-with-codex

Installation
SKILL.md

Collaborating with Codex

Use Codex CLI as an independent collaborator while the primary agent remains responsible for verification, synthesis, and final user-facing decisions.

The bridge script (scripts/codex_bridge.py) wraps codex exec in JSON mode, streams progress to stderr, returns structured JSON, and manages multi-turn continuity via SESSION_ID.

In Claude Code, run bridge calls in the background by default for non-trivial tasks:

Bash tool call:
  command: python3 <skill_dir>/scripts/codex_bridge.py --cd "/project" --PROMPT "Analyze auth flow in src/auth/"
  run_in_background: true

run_in_background is a host tool parameter, not a shell argument. Use the host's task-output view to monitor timestamped stderr progress, commands Codex ran, response previews, stalls, and completion.

Safety model

Default to read-only delegation:

Installs
1
GitHub Stars
120
First Seen
Jun 16, 2026
collaborating-with-codex — appautomaton/agent-designer