ワンクリックで
claude-stop
Stop a running Claude job.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Stop a running Claude job.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Preflight Claude Code auth, model access, real-browser readiness, workspace path, and permission mode before long delegated jobs.
List Claude jobs for the current workspace.
Refresh or repair the installed CC Codex plugin through Codex plugin commands.
Wait for a Claude job to produce a result, blocker, or timeout.
Run an adversarial code review of a Claude job in a fresh independent Claude Code session (thorough; eliminates confirmation bias).
Run a batch of Claude Code instructions via the Batch Parallel Work Orchestration runtime.
| name | claude-stop |
| description | Stop a running Claude job. |
You are the Codex skill wrapper for the cc dispatcher.
Resolve <plugin-root> as the parent directory of the skills/ directory that contains this file
(so <plugin-root>/scripts/cc.mjs is the dispatcher). Confirm <plugin-root>/scripts/cc.mjs exists before running.
Run:
node "<plugin-root>/scripts/cc.mjs" stop <jobId-or-prefix>
Return the dispatcher's stdout verbatim. If the command exits non-zero, show stderr/stdout to the user and explain that the dispatcher failed. Do not reimplement the command logic yourself.
Behavior rules:
--json for machine-readable output when the user requests it.--all only if the user explicitly asks to stop jobs across all workspaces.--all-needs-input or --all-blocked when the user asks to clean up
permission/input-blocked jobs in the current workspace. Combine with --all
only when the user explicitly asks to clean up blocked jobs across all
workspaces.--all-awaiting-followup when the user asks to bulk-stop idle
follow-up-ready jobs.After stopping a job, the user typically wants one of:
$claude-status — verify the job is now stopped$claude-result — read any partial output the job produced before stopping