resume

resume is a command for coding agents from sofumel/claude-handoff-revive. It costs 21 tokens per session (213 once invoked), scanned A, original, MIT.

A command that restores work from a saved handoff file in a new coding-agent session. A handoff is a compact note describing the previous session's goal and next step.

In plain words
What is it for?
It is for reading the saved handoff, checking whether it is current, showing the next action, and asking before making edits.
Why use it?
It lets a fresh session continue from a checkpoint without loading the entire old conversation.

Command

Part of the handoff-revive plugin — 1 skill, 11 commands, 5 hooks shipped together

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.

agentmods
npx agentmods add commands/sofumel/claude-handoff-revive/resume
Clone the repo
git clone --depth 1 https://github.com/sofumel/claude-handoff-revive

Or install handoff-revive, the plugin that ships this one along with the rest of its 1 skill, 11 commands, 5 hooks.

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 resume

README.md
[![agentmods](https://agentmods.dev/badge/commands/sofumel/claude-handoff-revive/resume.svg)](https://agentmods.dev/commands/sofumel/claude-handoff-revive/resume)
Your own site
<a href="https://agentmods.dev/commands/sofumel/claude-handoff-revive/resume"><img src="https://agentmods.dev/badge/commands/sofumel/claude-handoff-revive/resume.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 213 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00021 $0.00213
Opus 5 $0.00010 $0.00106
Sonnet 5 $0.00004 $0.00043
Haiku 4.5 $0.00002 $0.00021

Measured 5d ago against content hash b706ff7db627, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 5d 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.

plugins/handoff-revive/commands/resume.md · 14 lines

What it actually says

Invoke the handoff-revive skill in RESUME mode.

  1. Read .claude/handoff/current.md (and .claude/handoff/lang for output language).
  2. Do NOT read prior session transcripts.
  3. Run the resume-receipt script first (see SKILL.md RESUME step 3) and show the tiny load-boundary receipt before any edits.
  4. Run the check-freshness script; if it prints warnings, surface them to the user in their language. Warnings inform — they never block the resume. In the same step run stats-handoff record resume (zero-token counter for /handoff-revive:stats).
  5. State the goal and next_action back to the user in 1–2 sentences.
  6. Ask "Proceed?" before editing anything.
  7. After confirmation, execute next_action.
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. 5d ago First seen · 14 lines · 21 tokens per session scan A b706ff7db627

Subscribe to this mod's changes

resume is a command published in the GitHub repository sofumel/claude-handoff-revive (6 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 213 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.