codex-cli-runtime
Internal helper contract for calling the codex-companion runtime from Claude Code
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin
$ npx -y skills add openai/codex-plugin-cc --skill gpt-5-4-prompting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gpt-5-4-promptingContext preview
The summary Claude sees to decide when to auto-load this skill.
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin
name: gpt-5-4-prompting description: Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin user-invocable: false
Use this skill when `codex:codex-rescue` needs to ask Codex or another GPT-5.4-based workflow for help.
Prompt Codex like an operator, not a collaborator. Keep prompts compact and block-structured with XML tags. State the task, the output contract, the follow-through defaults, and the small set of extra constraints that matter.
Core rules:
Default prompt recipe:
When to add blocks:
How to choose prompt shape:
Working rules:
Prompt assembly checklist: 1. Define the exact task and scope in `<task>`. 2. Choose the smallest output contract that still makes the answer easy to use. 3. Decide whether Codex should keep going by default or stop for missing high-risk details. 4. Add verification, grounding, and safety tags only where the task needs them. 5. Remove redundant instructions before sending the prompt.
Reusable blocks live in [references/prompt-blocks.md](references/prompt-blocks.md). Concrete end-to-end templates live in [references/codex-prompt-recipes.md](references/codex-prompt-recipes.md). Common failure modes to avoid live in [references/codex-prompt-antipatterns.md](references/codex-prompt-antipatterns.md).
Use Codex from inside Claude Code for code reviews or to delegate tasks to Codex. This plugin is for Claude Code users who want an easy way to start using Codex from the workflow they already have.
Repo: openai/codex-plugin-cc
Internal helper contract for calling the codex-companion runtime from Claude Code
Internal guidance for presenting Codex helper output back to the user