codex-dispatch

Delegates coding tasks to the Codex CLI with defined approval mode.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/unstun/dqn10 --skill codex-dispatch-unstun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-dispatch
Source: https://github.com/unstun/dqn10/tree/main/.claude/skills/codex-dispatch
Command: npx skills add https://github.com/unstun/dqn10 --skill codex-dispatch-unstun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex-dispatch delegates coding tasks to the Codex CLI to streamline AI-assisted programming when Codex or OpenAI models are preferred.

Core Features & Use Cases

  • Delegates code generation, refactoring, and analysis tasks to the Codex CLI within software projects.
  • Enables Codex-specific capabilities when OpenAI models are requested or required.
  • Reads the current project context to produce contextually accurate results.

Quick Start

Describe the coding task clearly and run the Codex CLI with your task description using the current project directory as context.

Frequently Asked Questions about codex-dispatch

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

FAQPage Schema
How do I automate code generation and refactoring tasks using the Codex CLI?

You can automate code generation by delegating your coding task description to the Codex CLI within your current project directory. This approach uses a defined approval mode to ensure deterministic code refactoring and generation results.

When should I use Codex CLI for AI-assisted programming over other code generation tools?

Use the Codex CLI for AI-assisted programming when you explicitly require OpenAI models or Codex-specific code completion within software projects. It is designed to apply OpenAI capabilities directly to your current project context for accurate code analysis and generation.

What do I need to run Codex CLI tasks within my software projects?

To run Codex CLI tasks, you need the Codex CLI installed locally, a clear description of your coding task, and your current software project directory provided as context. These inputs allow the delegation process to execute with deterministic results.

Can I use Codex CLI to analyze and refactor code in an existing project directory?

Yes, you can use the Codex CLI to analyze and refactor code in an existing project directory. The Skill reads your current project context to produce contextually accurate code modifications and analysis when delegating tasks to the CLI.

Does Codex CLI code generation require an approval mode for deterministic results?

Yes, Codex CLI code generation executes with a defined approval mode to ensure deterministic results. This mechanism controls how delegated coding tasks are applied to your software project context during the code generation or refactoring process.