codex

Route user prompts to Codex CLI for execution without modification.

11|3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/kangig94/coral --skill codex-kangig94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/kangig94/coral/tree/main/skills/codex
Command: npx skills add https://github.com/kangig94/coral --skill codex-kangig94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes the user's request to Codex CLI for execution without modification.

Core Features & Use Cases

  • Handles session management, routing, and parallel Codex reviews (architect/critic) and investigations.
  • Supports session continuity and general prompt delegation to generate results without client-side editing.
  • Orchestrates Codex invocations in various workflows (4a, 4b, 4c, 4d) and returns results.

Quick Start

Instruct the AI to send a prompt to Codex using the /codex command to begin execution.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I route prompts to Codex CLI for execution?

To route prompts to Codex CLI, you instruct the AI to send your request using the /codex command, which triggers execution without modifying the original prompt.

What is Codex session management and how does it handle continuity?

Codex session management handles the session lifecycle, enabling persistent execution and session continuity so you can maintain state across multiple prompt delegations and investigations.

Can I run parallel Codex reviews and investigations simultaneously?

Yes, you can run parallel Codex reviews and investigations by orchestrating multiple Codex invocations simultaneously in your workspace to generate distinct results.

Does prompt routing to Codex modify my original request?

No, prompt routing to Codex does not modify your original request; the Skill delegates the exact prompt to the CLI to generate results without client-side editing.

What's the best way to orchestrate silent Codex commands in my workspace?

The best way to orchestrate silent Codex commands is using this Skill's routing mechanism, which performs direct Codex invocation, result polling, and silent command orchestration.

Are there limitations when using Codex for general prompt delegation?

General prompt delegation to Codex is limited to executing the exact instructions provided without client-side editing, meaning all logic and transformations must be handled within the prompt itself.