/resume
Resume work from `.claude/handoff/current.md` in this fresh session (skip `--resume`).
$ npx -y skills add sofumel/claude-handoff-revive --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/resume
Context preview
What this command does when you run it.
Resume work from `.claude/handoff/current.md` in this fresh session (skip `--resume`).
Command definition
resume.mddescription: Resume work from `.claude/handoff/current.md` in this fresh session (skip `--resume`).
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`.
Resume Claude Code work after rate/usage/context limits without replaying the prior transcript. Auto-saves at 90%/95% usage. Plugin-installable, 10 languages.
Other commands on claude-handoff-revive.
- /auto
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status
Open command - /diff
Show what changed between the current handoff and a past snapshot, section by section. Usage - /handoff-revive:diff [timestamp]
Open command - /doctor
Diagnose the handoff-revive installation - toolchain, script pairs, hooks, and current handoff state.
Open command - /list
List handoff snapshots in `.claude/handoff/history/` (one is archived automatically on every save).
Open command - /preview
Preview what the next session will read from `.claude/handoff/current.md` (read-only dry-run, zero-token shell check).
Open command - /restore
Restore a handoff snapshot from `.claude/handoff/history/` as the current handoff. Usage - /handoff-revive:restore <timestamp>
Open command

