From claude-handoff
Prep a cross-device handoff — show how to continue THIS chat on your other laptop
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-handoff:handoffThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
The user wants to continue this exact Claude Code session on their other laptop. Run this command and show the user its output verbatim: Then explain, concisely, the reliable handoff sequence (do not paraphrase the session id — only use what the script printed): 1. Type `/exit` here so the final messages are flushed to disk. 2. In this same terminal, run `claude-handoff` (no flag). It waits until the other laptop has actually pulled the session over Syncthing, then reprints the `claude --resume …` command. 3. On the other laptop, `cd` to the same project directory and run `claude...
The user wants to continue this exact Claude Code session on their other laptop.
Run this command and show the user its output verbatim:
"${CLAUDE_PLUGIN_ROOT}/bin/claude-handoff" --no-wait
Then explain, concisely, the reliable handoff sequence (do not paraphrase the session id — only use what the script printed):
/exit here so the final messages are flushed to disk.claude-handoff (no flag). It waits until the other
laptop has actually pulled the session over Syncthing, then reprints the
claude --resume … command.cd to the same project directory and run claude-pickup
(or paste the printed claude --resume …).If the script reported that no session was found, tell the user to make sure they launched Claude Code from inside this project directory.
npx claudepluginhub gamergodasn/claude-cross-device-handoff-plugin --plugin claude-handoff/handoffGenerates a structured markdown handoff document summarizing git status, commits, uncommitted changes, session learnings, progress, and next steps. Saves to ~/.pro-workflow/handoffs/. Supports --full and --compact modes.
/handoffGenerates a developer handoff package for the specified screen, feature, or component, including visual specs, interaction specs, QA checklist, assets, and notes.
/handoffEnds swarm session: summarizes work/blockers, persists state via hivemind_store and git, cleans agents/tasks/reservations, updates hive, generates handoff note.
/handoffAnalyzes the current session and writes a self-contained handoff document so a fresh agent can resume work, emitting a single actionable sentence.
/handoffSaves session state snapshot as structured JSON to docs/tasks/<branch>/session_logs/<timestamp>_handoff.json, capturing git status, progress summary, tasks, and context for resume.
/handoffCreates a detailed handoff plan summarizing conversation, technical details, code, decisions, and next steps for continuing work in a new session.