Skip to content
Agent Orchestration
Skill

/cancel

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.

From plugin
cc-plugin-codex
1617 skills3 hooks
Install
$ npx -y skills add sendbird/cc-plugin-codex --skill cancel --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/cancel

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.md

cancel.SKILL.md
name: cancel
description: '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.'

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.
Ships withcc-plugin-codex

An open-source plugin that runs inside Codex and lets you use Claude Code and Claude models for review, rescue, and tracked background workflows.

Get the whole plugin
Stats
172
Stars
31
Forks
Active
Maintenance
JavaScript
Language
Apache-2.0
License
1d ago
Last commit
4mo ago
Created

Repo: sendbird/cc-plugin-codex

Other skills on cc-plugin-codex.