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.
npx agentmods add commands/sofumel/claude-handoff-revive/previewgit clone --depth 1 https://github.com/sofumel/claude-handoff-reviveWrote 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.
[](https://agentmods.dev/commands/sofumel/claude-handoff-revive/preview)<a href="https://agentmods.dev/commands/sofumel/claude-handoff-revive/preview"><img src="https://agentmods.dev/badge/commands/sofumel/claude-handoff-revive/preview.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.00277 |
| Opus 5 | $0.00014 | $0.00138 |
| Sonnet 5 | $0.00005 | $0.00055 |
| Haiku 4.5 | $0.00003 | $0.00028 |
Grade A, and why
preview 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 3d 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.
What it actually says
Run the preview-handoff script and show the result. This is a read-only dry-run: it must not modify the handoff.
- Linux/macOS/WSL/Git-Bash:
bash "${CLAUDE_PLUGIN_ROOT:-.claude}/skills/handoff-revive/scripts/preview-handoff.sh" - Windows PowerShell:
$r = if ($env:CLAUDE_PLUGIN_ROOT) { $env:CLAUDE_PLUGIN_ROOT } else { ".claude" }; powershell -ExecutionPolicy Bypass -File "$r/skills/handoff-revive/scripts/preview-handoff.ps1"
Then, in the user's language (read .claude/handoff/lang):
- Show the summary block (size / token estimate / validation / freshness) as-is.
- Summarize in 1–2 sentences whether this handoff is good enough to resume from cold: does
next_actionsay exactly what to do, and are there warnings to address? - If validation is INVALID or freshness warns, suggest
/handoff-revive:saveto refresh — but do not save anything yourself in this command.
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.
- 3d ago First seen · 21 lines · 27 tokens per session scan A 73a3debb2f62
preview is a command published in the GitHub repository sofumel/claude-handoff-revive (6 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 277 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.
Other commands, from other repositories
refresh
Atualiza incrementalmente .first-plan/ baseado nos arquivos marcados como stale pelo hook PostToolUse. Mais barato que /fp:init - só recompila o que mudou.
reuse
Consulta o Reuse Index invertido. Pergunta "preciso fazer X, o que ja existe?" e recebe lista priorizada com paths e signatures. v0.4.0+ usa BM25 search via engine nativo quando disponivel (semantic matching).
create-release-note
从 PR/commit 中自动生成结构化的 Release Notes,并可选创建 GitHub Draft Release.
routine
Execute one maintenance routine defined in scv/routines/ .md (task + guardrails + exit-criteria contract), or list defined routines. SCV never schedules — pair with host features like /loop or cron yourself. Use whenever the user asks to run a recurring maintenance task, or asks what routines exist — not only when…
sync
Generate paste-ready standup notes from git history, GitHub activity, and BRAIN.md context.
digest
Generate a daily or weekly digest of activity across all connected sources.