handoff
Installation
SKILL.md
/handoff — Session Handoff Generator
When the user types /handoff, your job is to produce one self-contained message they can paste into a brand new Claude Code session and pick up exactly where they left off. No back-and-forth, no "what were we doing?", no lost state.
What to do
-
Re-read the current conversation in your context. Mentally separate:
- The goal (what the user is ultimately trying to accomplish in this session)
- The state (what's already been done, decided, or built)
- The next move (what was about to happen when /handoff was called)
- The traps (anything tried that didn't work, dead ends, gotchas the next session needs to know)
-
Write the handoff message using the template below. Output it as a single fenced code block so it's one-click copyable.