codex-orchestrator

Orchestrate OpenAI Codex CLI subagents with custom personas for development tasks.

41|3|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/tdimino/claude-code-minoan --skill codex-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-orchestrator
Source: https://github.com/tdimino/claude-code-minoan/tree/main/skills/integration-automation/codex-orchestrator
Command: npx skills add https://github.com/tdimino/claude-code-minoan --skill codex-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines complex development workflows by allowing you to delegate specific coding tasks to specialized AI subagents, such as code review, debugging, architecture design, and more, without needing to manage their individual configurations.

Core Features & Use Cases

  • Profile-Based Delegation: Choose from pre-defined agent profiles (e.g., reviewer, debugger, architect) to tailor the AI's focus and output.
  • One-Shot Execution: Quickly run a task with a single command.
  • Interactive Sessions: Engage in more controlled, back-and-forth interactions with an agent.
  • Use Case: You need to refactor a complex module. You can use the architect profile to design the refactoring strategy, then use the refactor profile to implement it incrementally, ensuring code quality and behavior preservation throughout the process.

Quick Start

Use the codex-orchestrator skill to review the file 'src/auth.ts' for security issues.

Frequently Asked Questions about codex-orchestrator

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

FAQPage Schema
How do I delegate coding tasks to AI subagents for code review and debugging?

You can delegate coding tasks to AI subagents by selecting pre-defined agent profiles like reviewer or debugger. This injects custom AGENTS.md personas into OpenAI Codex CLI subagents to focus on specific development tasks such as code review, debugging, or architecture design.

What is profile-based delegation for AI code generation?

Profile-based delegation is a mechanism that injects custom AGENTS.md personas into AI subagents. It allows you to choose from pre-defined profiles like architect, reviewer, or debugger to tailor the AI's focus and output for specialized development tasks.

Can I use OpenAI Codex CLI for interactive refactoring sessions?

Yes, you can use OpenAI Codex CLI for interactive refactoring sessions. The orchestrator supports both one-shot execution for quick tasks and interactive sessions for controlled, back-and-forth interactions with an agent to ensure code quality and behavior preservation.

How do I run a security audit on source code using an AI agent?

To run a security audit using an AI agent, you can use the codex-orchestrator skill to instruct the specialized subagent to review specific files for security issues. This delegates the focused task to the AI without managing individual configurations.

What is the best way to automate complex development workflows with AI?

Automating complex development workflows with AI is best achieved by delegating specific tasks to specialized subagents. You can use the architect profile to design a strategy, then apply the refactor profile to implement it incrementally across your codebase.