From codex
Internal guidance for shaping focused Codex prompts and preserving deliberate model and reasoning choices when Claude forwards coding, review, diagnosis, or research work
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex:codex-promptingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Shape one focused request for Codex without taking over Codex's planning or routing.
Shape one focused request for Codex without taking over Codex's planning or routing.
sol, terra, and luna as convenience aliases for gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna.When the user asks for a recommendation:
Reasoning effort scales with task uncertainty and consequence. Start from the configured default. Raise it for genuinely difficult search, synthesis, or verification. Reserve max for rare quality-first tasks; ultra is a Codex orchestration setting available only on supported models and is most useful when work divides cleanly across agents.
Include only what changes execution:
Natural prose is the default. Use headings or XML tags when the request has several independent constraints and the structure improves parsing.
Keep the prompt compact. Codex already knows its general workflow, tool use, and coding practices; task-specific context and acceptance criteria carry the useful signal.
Use references/prompt-recipes.md when a concrete starting shape would help.
npx claudepluginhub allmight97/agents --plugin codexGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.