cancel-resume

cancel-resume is a command for Claude Code from MadeByTokens/claude-code-plugins-madebytokens. It costs 6 tokens per session (367 once invoked), scanned A, a copy of cancel-resume, MIT.

A command that stops an active resume-writing development loop while preserving its working files. A resume is a document describing a person's work history and skills.

In plain words
What is it for?
Use it to cancel a running resume-development loop and keep its state, draft, inputs, coaching notes, and analysis for later.
Why use it?
It ends the automated editing cycle without discarding the current draft, feedback, questions, or analysis.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the resume-helper plugin — 4 commands, 9 agents shipped together

Good fit Use it to cancel a running resume-development loop and keep its state, draft, inputs, coaching notes, and analysis for later.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/madebytokens/claude-code-plugins-madebytokens/cancel-resume
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/MadeByTokens/claude-code-plugins-madebytokens

Made for: Claude Code.

Or install resume-helper, the plugin that ships this one along with the rest of its 4 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cancel-resume

README.md
[![agentmods](https://agentmods.dev/badge/commands/madebytokens/claude-code-plugins-madebytokens/cancel-resume/github.svg)](https://agentmods.dev/commands/madebytokens/claude-code-plugins-madebytokens/cancel-resume)
Your own site
<a href="https://agentmods.dev/commands/madebytokens/claude-code-plugins-madebytokens/cancel-resume"><img src="https://agentmods.dev/badge/commands/madebytokens/claude-code-plugins-madebytokens/cancel-resume/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cancel-resume

Your own site · 80×15
<a href="https://agentmods.dev/commands/madebytokens/claude-code-plugins-madebytokens/cancel-resume"><img src="https://agentmods.dev/badge/commands/madebytokens/claude-code-plugins-madebytokens/cancel-resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 367 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00006 $0.00367
Opus 5 $0.00003 $0.00183
Sonnet 5 $0.00001 $0.00073
Haiku 4.5 $0.00001 $0.00037

Measured 12d ago against content hash f79d67abe2df, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cancel-resume scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to cancel-resume — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/resume-helper/commands/cancel-resume.md · 61 lines

What it actually says

Cancel Resume Command

Cancel the current resume development loop and preserve state.

Instructions

  1. Read working/state.json from the current working directory

  2. If file doesn't exist or active: false:

    No active resume development loop to cancel.
    
  3. If active loop exists:

    a. Update the state file:

    {
      "active": false,
      "phase": "CANCELLED",
      "completedAt": "<current ISO timestamp>",
      "stoppedReason": "cancelled_by_user"
    }
    

    b. Display confirmation:

    ═══════════════════════════════════════════════════
    RESUME DEVELOPMENT CANCELLED
    ═══════════════════════════════════════════════════
    
    Loop cancelled at iteration [X].
    
    All work has been preserved in the working/ directory.
    
    Files preserved:
    - working/state.json          (loop state)
    - working/writer/output.md    (current resume draft)
    - working/inputs/             (your input files)
    - working/coach/              (coach feedback and questions)
    - working/analysis/           (analysis results)
    
    To start a new loop:
    1. Optionally backup the working/ directory
    2. Run: /resume-helper:resume-loop "experience.md"
    
    ═══════════════════════════════════════════════════
    

Notes

  • Cancelling preserves all work done so far in the working/ directory
  • The current resume draft is in working/writer/output.md
  • User can review any agent's output in their respective directories
  • Starting a new loop will recreate the working directory
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 61 lines · 6 tokens per session scan A f79d67abe2df

Subscribe to this mod's changes

cancel-resume is a command published in the GitHub repository MadeByTokens/claude-code-plugins-madebytokens (2 stars, last pushed 7mo ago), licensed MIT. It adds 6 tokens to every session and 367 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to cancel-resume, differing in 0 lines, and is treated as a copy.