codex-result-handling
Internal guidance for presenting Codex helper output back to the user
Internal helper contract for calling the codex-companion runtime from Claude Code
$ npx -y skills add openai/codex-plugin-cc --skill codex-cli-runtime --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/codex-cli-runtimeContext preview
The summary Claude sees to decide when to auto-load this skill.
Internal helper contract for calling the codex-companion runtime from Claude Code
name: codex-cli-runtime description: Internal helper contract for calling the codex-companion runtime from Claude Code user-invocable: false
Use this skill only inside the `codex:codex-rescue` subagent.
Primary helper:
Execution rules:
Command selection:
Safety rules:
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 guidance for presenting Codex helper output back to the user
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin