/save
Save a compact handoff checkpoint so a fresh session can resume cheaply (no `--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
/save
Context preview
What this command does when you run it.
Save a compact handoff checkpoint so a fresh session can resume cheaply (no `--resume`).
Command definition
save.mddescription: Save a compact handoff checkpoint so a fresh session can resume cheaply (no `--resume`).
Invoke the `handoff-revive` skill in **SAVE** mode.
Follow the skill's SAVE flow exactly: 1. Detect language (or read `.claude/handoff/lang`) 2. Carry forward still-relevant `goal` / `decisions` / `lessons_learned` from any existing handoff, then fill the schema at `.claude/handoff/current.md` 3. `next_action` MUST include `file:line` + exact command/edit 4. Run `finalize-handoff`, then do the content-quality pass (step 6 of the skill's SAVE flow) — rewrite any vague `goal` / `decisions` / `blockers` / `wip` 5. Confirm in the user's language and remind: do NOT use `claude --resume` to resume
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

