collaborating-with-codex

Community

Bridge Claude with Codex CLI for coding tasks.

Authorrongarede
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables Claude to delegate coding tasks to Codex CLI for multi-model collaboration, empowering faster prototyping, debugging, and code reviews by leveraging Codex alongside Claude's orchestration.

Core Features & Use Cases

  • Multi-turn sessions: Maintain context across prompts using SESSION_ID.
  • Sandboxed execution: Supports read-only, workspace-write, and danger-full-access environments to control actions.
  • JSON output: Structured responses suitable for programmatic consumption and integration.
  • Agent role injection: Inject predefined agent roles from ~/.claude/agents/ to steer Codex behavior.
  • Cross-platform compatibility: Handles Windows path escaping and environment differences. Use Case: A developer asks for a feature plan, then iteratively refines code with Codex and Claude, all in a single session.

Quick Start

Use the codex bridge to run a simple prompt and get a structured JSON response:

  • Basic: python3 scripts/codex_bridge.py --cd "/path/to/project" --PROMPT "Analyze the authentication flow"
  • Multi-turn: Start with a session and reuse SESSION_ID for follow-up prompts
  • Agent roles: python3 scripts/codex_bridge.py --cd "/project" --agent planner --PROMPT "Plan the auth module"

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: collaborating-with-codex
Download link: https://github.com/rongarede/skill-snapshots/archive/main.zip#collaborating-with-codex

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.