cc
v1.5.0Claude Code Plugin for Codex. Delegate code reviews, investigations, and tracked tasks to Claude Code from inside Codex.
By Sendbird, Inc.License: Apache-2.01.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 22, 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 cc for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add cc@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “cc” remain stable.
- Codex:
cc@agent-plugin-marketplace→cc@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sendbird/cc-plugin-codex/.
Plugin files
├── .codex-plugin/plugin.json├── skills/adversarial-review/SKILL.md├── skills/cancel/SKILL.md├── skills/rescue/SKILL.md├── skills/result/SKILL.md├── skills/review/SKILL.md├── skills/setup/SKILL.md└── skills/status/SKILL.md
Included Skills7
Run a design-challenging Claude Code review of local git changes in this repository. Args: --wait, --background, --base <ref>, --scope <auto|working-tree|branch>, --model <model>, --effort <low|medium|high|xhigh|max>, [focus text]. Defaults to opus with no forced effort. Use only when the user wants stronger scrutiny than a normal review, such as explicit tradeoff challenge, risky-change review, or custom focus text.
Cancel an active tracked Claude Code job in this repository. Args: [job-id]. Use only when the user wants to stop a queued or running Claude Code job.
Delegate a substantial diagnosis, implementation, or follow-up task to Claude Code through the tracked-job runtime. Args: --background, --wait, --resume, --resume-last, --fresh, --write, --model <model>, --effort <low|medium|high|xhigh|max>, --prompt-file <path>, [task text]. Defaults to opus with no forced effort. Use when Claude should investigate or change things, not when the user only wants review findings.
Show the stored final output for a finished Claude Code job in this repository. Args: [job-id]. Use when the user already has, or needs, a tracked job id.
Run a standard Claude Code review of local git changes in this repository. Args: --wait, --background, --base <ref>, --scope <auto|working-tree|branch>, --model <model>, --effort <low|medium|high|xhigh|max>. Defaults to opus with no forced effort. Use as the default path for ordinary code-review requests when the user did not explicitly ask for stronger adversarial scrutiny or for Claude to own the implementation work.
Check whether Claude Code CLI is ready in this environment and optionally toggle the turn-end review gate. Args: --enable-review-gate, --disable-review-gate. Use for installation, authentication, or review-gate setup requests.
Show active or recent Claude Code jobs in this repository, or detailed status for a specific job id. Args: [job-id], --wait, --timeout-ms <ms>, --poll-interval-ms <ms>, --all. Use for tracked-job inspection, not setup or result retrieval.
Plugin manifests1
{
"name": "cc",
"version": "1.5.0",
"description": "Claude Code Plugin for Codex. Delegate code reviews, investigations, and tracked tasks to Claude Code from inside Codex.",
"author": {
"name": "Sendbird, Inc.",
"email": "[email protected]",
"url": "https://sendbird.com/"
},
"homepage": "https://github.com/sendbird/cc-plugin-codex",
"repository": "https://github.com/sendbird/cc-plugin-codex",
"license": "Apache-2.0",
"keywords": [
"claude-code",
"codex",
"code-review",
"task-delegation",
"agent"
],
"skills": "./skills/",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Claude Code",
"shortDescription": "Claude Code Plugin for Codex",
"longDescription": "Use Claude Code from inside Codex to run read-only reviews, adversarial design reviews, and tracked rescue tasks through a Claude-backed runtime with job status and result retrieval.",
"developerName": "Sendbird, Inc.",
"category": "Coding",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://sendbird.com/",
"privacyPolicyURL": "https://sendbird.com/privacy-notice",
"termsOfServiceURL": "https://sendbird.com/terms-of-service",
"defaultPrompt": [
"Use Claude Code to review my current changes through $cc:review",
"Use Claude Code to challenge this implementation through $cc:adversarial-review",
"Use Claude Code to investigate and fix this issue through $cc:rescue"
],
"brandColor": "#7B39FE",
"composerIcon": "./assets/cc-small.svg",
"logo": "./assets/cc-plugin-codex.png",
"screenshots": [
"./assets/cc-plugin-codex-screenshot-1.png"
]
}
}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.
[cc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc)