Instructions file CodexOpenCode
Instructions for sendbird/cc-plugin-codex, a project described as: An open-source plugin that runs inside Codex and lets you use Claude Code and Claude models for review, rescue, and tracked background workflows.
Instructions file CodexOpenCode
Instructions for sendbird/cc-plugin-codex, a project described as: An open-source plugin that runs inside Codex and lets you use Claude Code and Claude models for review, rescue, and tracked background workflows.
Instructions file
Instructions for sendbird/cc-plugin-codex, a project described as: An open-source plugin that runs inside Codex and lets you use Claude Code and Claude models for review, rescue, and tracked background workflows.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From sendbird/cc-plugin-codex.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From sendbird/cc-plugin-codex.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From sendbird/cc-plugin-codex.
Hook
Runs when you submit a prompt, before the agent sees it, executing unread-result-hook.mjs via node. From sendbird/cc-plugin-codex.
Skill Claude CodeCodex
Run a design-challenging Claude Code review of local git changes in this repository. Args: --wait, --background, --base , --scope , --model , --effort , [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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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 , --effort , --prompt-file , [task text]. Defaults to opus with no forced effort. Use when Claude should investigate or…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Run a standard Claude Code review of local git changes in this repository. Args: --wait, --background, --base , --scope , --model , --effort . 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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Show active or recent Claude Code jobs in this repository, or detailed status for a specific job id. Args: [job-id], --wait, --timeout-ms , --poll-interval-ms , --all. Use for tracked-job inspection, not setup or result retrieval.