codex-dispatch

Delegate coding tasks to the OpenAI Codex CLI with detailed prompts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill delegates coding tasks to the OpenAI Codex CLI, enabling AI-assisted code generation and scaffolding while preserving project context and control over model usage.

Core Features & Use Cases

  • Codex delegation: Routes coding tasks to Codex CLI with a detailed task description.
  • Context-aware coding: Reads project context to tailor code suggestions and ensure consistency.
  • Safety and control: Activates Codex only when OpenAI models are requested or appropriate, with explicit approval modes.

Quick Start

Describe the coding task in detail and ask Codex CLI to generate the initial code scaffold and tests.

Frequently Asked Questions about codex-dispatch

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

FAQPage Schema
How do I delegate coding tasks to the OpenAI Codex CLI?

You can delegate coding tasks to the OpenAI Codex CLI by invoking the codex command with a detailed task prompt. This skill automates that delegation process, routing your coding requests directly to the CLI for AI-assisted code generation.

Does Codex CLI read my project context when generating code?

Codex CLI reads project context to tailor code suggestions and ensure consistency. By analyzing your existing project files, it adapts its code generation and scaffolding outputs to match your current codebase structure.

Can I use Codex CLI for automated code scaffolding and test generation?

Yes, Codex CLI is suited for automated code scaffolding and test generation. You describe the coding task in detail and ask Codex CLI to generate the initial code scaffold and tests, streamlining your software engineering workflow.

When should I use Codex CLI over other AI-assisted coding tools?

Use Codex CLI when OpenAI models are explicitly preferred for AI-assisted coding. It activates only when OpenAI models are requested or appropriate, providing a controlled environment with explicit approval modes for safety.

What are the limitations of using Codex CLI for code generation?

Codex CLI requires explicit user intent to use OpenAI models and runs in a controlled environment via the CLI. It does not activate automatically; you must explicitly request OpenAI models or provide approval for the delegation to execute.

Do I need to install the Codex CLI before using this skill for code generation?

Yes, you need the Codex CLI installed and configured in your environment. This skill automates the delegation by invoking the codex command, which requires the CLI tool to be present and properly set up to process your coding tasks.