codex-collab

Automate Claude and Codex collaboration via JSON-RPC for code analysis and reviews.

95|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Kevin7Qi/codex-collab --skill codex-collab-kevin7qi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-collab
Source: https://github.com/Kevin7Qi/codex-collab/tree/main
Command: npx skills add https://github.com/Kevin7Qi/codex-collab --skill codex-collab-kevin7qi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude users lose time bridging tasks with Codex; codex-collab provides a seamless plugin to run tasks, review code, and resume conversations by coordinating prompts with Codex via a JSON-RPC app server.

Core Features & Use Cases

  • Run prompts: start a thread, submit questions or tasks, and receive real-time Codex-generated results.
  • Code review: perform PR, commit, or uncommitted changes reviews directly from Claude.
  • Thread management: resume or fork conversations, reuse contexts, and manage models and sandboxes.
  • Parallel research: run multiple Codex tasks concurrently without leaving Claude.

Quick Start

Start a session with codex-collab to run a task or review code from your Claude workspace.

Frequently Asked Questions about codex-collab

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude and Codex collaboration for real-time code analysis?

Automating Claude and Codex collaboration involves connecting prompts to real-time code analysis via a JSON-RPC app server. This coordination drives turns, approvals, and progress streaming directly within Claude sessions without manual bridging.

Can I run parallel Codex tasks and code reviews directly from a Claude session?

Yes, you can run parallel Codex tasks and code reviews from a Claude session. The integration supports single-turn prompts, batch reviews, and concurrent research tasks, enabling multiple real-time code executions without leaving the workspace.

How do I manage and resume Codex conversation threads within Claude?

Managing Codex conversation threads within Claude allows you to resume or fork conversations and reuse contexts. This thread management interfaces with the JSON-RPC protocol to maintain session state and handle models and sandboxes.

Does bridging Claude and Codex require a specific protocol or sandbox environment?

Bridging Claude and Codex requires the Codex app-server JSON-RPC protocol and supports read-only sandboxes. This environment setup enables secure real-time execution, progress streaming, and automated approvals for code analysis.

What is the best way to perform PR and commit reviews using Codex from Claude?

The best way to perform PR and commit reviews using Codex from Claude is by submitting batch review prompts. The integration automates the code review process by connecting Claude prompts to Codex-generated results streamed in real-time.

Why does connecting Claude to Codex require a JSON-RPC app server?

Connecting Claude to Codex requires a JSON-RPC app server to facilitate structured communication. This protocol drives turns, handles approvals, and streams progress, ensuring seamless real-time code analysis and execution between the two platforms.