---
name: Claude Code Cancel
slug: claude-code-cancel
category: Automation
description: Claude Code Cancel stops an active tracked Claude Code job in this repository. Use it when you need to cancel a queued or running job by job ID.
github: "https://github.com/sendbird/cc-plugin-codex/tree/main/skills/cancel"
language: JavaScript
stars: 193
forks: 35
install: "npx degit https://github.com/sendbird/cc-plugin-codex/tree/main/skills/cancel ~/.claude/skills/cancel"
installs_to: ~/.claude/skills/cancel
source_path: skills/cancel/SKILL.md
collection_size: 7
category_size: 2032
collection_url: "https://dirskills.com/collections/sendbird/cc-plugin-codex"
added: 2026-09-06T05:19:04.862Z
last_synced: 2026-09-06T05:19:04.862Z
canonical_url: "https://dirskills.com/skills/claude-code-cancel"
---

# Claude Code Cancel

Claude Code Cancel stops an active tracked Claude Code job in this repository. Use it when you need to cancel a queued or running job by job ID.

**Install:**

```bash
npx degit https://github.com/sendbird/cc-plugin-codex/tree/main/skills/cancel ~/.claude/skills/cancel
```

## README

# Claude Code Cancel

Use this skill when the user wants to stop an active Claude Code job in this repository.

Resolve `<plugin-root>` as two directories above this `SKILL.md` file. Always run the companion from that active plugin root:
`node "<plugin-root>/scripts/claude-companion.mjs" cancel $ARGUMENTS`

Supported arguments: `[job-id]`

Output:
- Present the companion stdout exactly as returned.
- Do not add extra prose unless the command itself failed before producing output.
