wenqingyu/magic-cc-codex-worker

Parallel OpenAI Codex agents inside Claude Code — multi-agent orchestration with git worktree isolation, resumable sessions, and dual-model PR review. MCP plugin.

2Stars on the repository
16Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

implementer

01

wenqingyu/magic-cc-codex-worker

Agent

Delegates autonomous implementation work to a Codex agent running in an isolated git worktree. Use when the task is a self-contained code change (bug fix, feature addition, refactor) that can finish without interactive clarification. The Codex agent creates a branch, commits its work, and returns a summary — Claude…

2 4mo ago A 93 tokens

planner

02

wenqingyu/magic-cc-codex-worker

Agent

Delegates planning work to a Codex planner agent (read-only, no worktree). Use when you want a second pass on an implementation plan, or when plan creation itself would consume significant Claude context. The Codex planner returns a structured markdown plan the caller can review, adopt, or reject.

2 4mo ago A 62 tokens

reviewer

03

wenqingyu/magic-cc-codex-worker

Agent

Runs a Codex-powered read-only code review using a SOTA GPT model. Use as a second-opinion reviewer alongside Claude's own review for PRs, contentious diffs, or security-sensitive changes. Useful precisely because it's a different model family — it catches different classes of issues than Claude does.

2 4mo ago A 63 tokens