From Codex Plugin
Guides Claude to invoke OpenAI Codex as a fast, low-cost sub-agent for tasks not requiring design work. Uses MCP plugin to delegate prompts and continue conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/my-codex-plugin:codex-useThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Codex is very affordable and fast, making it ideal for outsourcing all tasks that don't require design work.
Codex is very affordable and fast, making it ideal for outsourcing all tasks that don't require design work.
mcp__plugin_my-codex-plugin_codex__codex(
prompt:
)
It returns a thread ID, allowing you to continue interacting after it completes (like SendMessage):
mcp__plugin_my-codex-plugin_codex__codex-reply(
threadId:
prompt:
)
prompt.npx claudepluginhub nekohasekai/my-codex-plugin --plugin my-codex-pluginDelegates batch edits, boilerplate, multi-file refactors, and test scaffolding from Claude to OpenAI Codex CLI to save tokens on mechanical work.
Delegates sub-tasks to OpenAI Codex CLI for complex file editing, multi-step coding, or automated code generation. Supports both synchronous and background execution.
Coordinates Claude with OpenAI Codex via MCP for paired coding, code review, and parallel implementation. Three collaboration modes: Solo+Review (Claude implements, Codex reviews), Sequential (Claude designs, Codex implements+tests), and Parallel (simultaneous work on separate files). Requires codex MCP server setup.