auto
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status
Save a compact handoff checkpoint so a fresh session can resume cheaply (no `--resume`).
> /plugin marketplace add sofumel/claude-handoff-revive > /plugin install handoff-revive@handoff-revive-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/saveContext preview
What this command does when you run it.
Save a compact handoff checkpoint so a fresh session can resume cheaply (no `--resume`).
description: 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.
Repo: sofumel/claude-handoff-revive
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status
Show what changed between the current handoff and a past snapshot, section by section. Usage - /handoff-revive:diff [timestamp]
Diagnose the handoff-revive installation - toolchain, script pairs, hooks, and current handoff state.
List handoff snapshots in `.claude/handoff/history/` (one is archived automatically on every save).
Preview what the next session will read from `.claude/handoff/current.md` (read-only dry-run, zero-token shell check).