codex-delegator

Delegate complex programming tasks to OpenAI Codex CLI via `codex exec --full-auto`.

18|1|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/eddiearc/codex-delegator --skill codex-delegator-eddiearc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-delegator
Source: https://github.com/eddiearc/codex-delegator/tree/main
Command: npx skills add https://github.com/eddiearc/codex-delegator --skill codex-delegator-eddiearc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables Claude Code to automatically delegate complex programming tasks to OpenAI's Codex CLI, facilitating AI-to-AI collaboration for challenging problems.

Core Features & Use Cases

  • Automated Delegation: Intelligently identifies and delegates complex logic, intricate algorithms, or persistent bugs to Codex.
  • AI-to-AI Collaboration: Leverages the strengths of both Claude Code and Codex for enhanced problem-solving.
  • Use Case: When facing a race condition bug that resists multiple fix attempts, Claude Code can automatically invoke Codex to analyze and resolve the issue, providing a validated solution back to the user.

Quick Start

Use the codex-delegator skill to delegate the current complex bug to Codex for analysis and resolution.

Frequently Asked Questions about codex-delegator

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

FAQPage Schema
How do I use AI to delegate complex debugging tasks to Codex?

AI-to-AI code delegation allows Claude Code to automatically invoke OpenAI Codex CLI via `codex exec --full-auto` to analyze and resolve persistent bugs or complex backend logic.

What is AI-to-AI collaboration for code generation?

AI-to-AI collaboration for code generation is a process where Claude Code analyzes intricate algorithms and automatically delegates execution to OpenAI Codex CLI, combining their strengths for enhanced problem-solving.

When should I delegate complex backend logic to another AI?

You should delegate complex backend logic to another AI when facing persistent bugs like race conditions that resist multiple fix attempts, allowing automated delegation to analyze and resolve the issue.

Can I use Claude Code with OpenAI Codex CLI for race condition bugs?

Yes, Claude Code can use the codex-delegator skill to invoke OpenAI Codex CLI for race condition bugs, enabling seamless AI-to-AI collaboration where Claude analyzes and Codex executes a validated solution.

Does AI-to-AI code delegation require manual intervention?

AI-to-AI code delegation automates the process intelligently, meaning Claude Code automatically identifies complex tasks and invokes Codex without requiring manual step-by-step intervention.

What are the limitations of automated code delegation to Codex?

Automated code delegation to Codex relies on the `codex exec --full-auto` command, meaning its effectiveness is constrained by the Codex CLI environment and the complexity of the intricate algorithms being executed.