Codex Claude Orchestrator banner
coredo-eu coredo-eu

Codex Claude Orchestrator

Productivity community

Description

Codex plugin that delegates a bounded coding task to Claude Code and returns the result to Codex for verification. Part of the COREDO agent tools family.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Codex Claude Orchestrator

Project family

Together, these projects form the **COREDO agent tools family**: two configuration packages and one installable Codex plugin. Use each on its own or combine them. The orchestrator requires Claude Code, but does not require `claude-agent-config`; it supplies its own worker instructions and roles.

What it does

A Codex plugin that delegates a bounded coding task to Claude Code and brings its result back to Codex for verification. You give Codex the outcome; Codex decides whether delegation helps, gives Claude one local task, and checks the changes before calling the work complete. Codex chooses the executor based on the task and the cost of delegation. The plugin keeps track of which session owns the work so two agents do not accidentally edit the same worktree.

Component Responsibility
Codex Understands the request, chooses the executor, makes key decisions, and verifies the result.
Claude Code Completes one delegated local stage, then returns its changes and evidence.
Optional specialists Help with discovery, implementation, testing, or review when useful.

Boundaries:

  • One edit owner per worktree; a worker handoff returns control to Codex.
  • Workers make local changes only. Commits, pushes, deployments, and other external actions stay with Codex and require the user's task to authorize them.
  • The plugin only controls workers registered to the current Codex thread. It does not attach to standalone Claude sessions or change their