codex
v0.0.59First party local Codex CLI delegation for tasks, reviews, resumable threads, and durable background jobs.
By Harry YepLicense: MIT3 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 11 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codex for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install codex-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/okisdev/claude-code-fusionClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adversarial-review/SKILL.md├── skills/cancel/SKILL.md├── skills/codex-cli-runtime/SKILL.md├── skills/codex-result-handling/SKILL.md├── skills/history/SKILL.md├── skills/rescue/SKILL.md├── skills/result/SKILL.md├── skills/review/SKILL.md├── skills/setup/SKILL.md├── skills/status/SKILL.md└── skills/task/SKILL.md
Included Skills11
Runs a read only Codex review that challenges implementation and design decisions. Use when preparing to merge a substantial change or when a hostile second pass is wanted.
Cancels an active Codex job. Use when a running job must be stopped.
Internal contract for invoking the Codex companion runtime.
Internal contract for returning Codex companion output without alteration.
Lists canonical local Codex companion history with resumable thread IDs. Use when resuming or auditing past Codex work.
Forwards a request to the Codex rescue agent without exposing arguments to a shell. Use when Fusion routing or the user delegates work to Codex.
Shows or waits for a stored Codex job result. Use when collecting a background Codex job named by ID.
Runs a read only Codex review of local Git state. Use when the user wants Codex to review uncommitted or branch changes.
Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after a setup class failure.
Shows active and recent Codex jobs. Use when asked what Codex is doing or whether a job is still running.
Runs a Codex task through the companion runtime. Use when delegating a bounded implementation, investigation, or consultation to Codex.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "codex",
"displayName": "Codex Companion",
"version": "0.0.59",
"description": "First party local Codex CLI delegation for tasks, reviews, resumable threads, and durable background jobs.",
"author": {
"name": "Harry Yep"
},
"homepage": "https://github.com/okisdev/claude-code-fusion",
"repository": "https://github.com/okisdev/claude-code-fusion",
"license": "MIT",
"keywords": [
"codex",
"openai",
"delegation",
"code-review",
"orchestration"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-2)