handoff
Installation
SKILL.md
Handoff
Summarize what matters, clear the noise, and continue without paying for stale tokens.
Workflow
- Check if the conversation started with a prior handoff summary. If so, merge it with this session's work into one cumulative summary — carry forward anything still relevant, drop anything resolved or stale.
- Write the summary (see format below).
- Print the summary in a fenced code block so the user can review it.
- Copy the summary to the clipboard using the appropriate command for the OS (
pbcopyon macOS,clipon Windows,xclip -selection clipboardon Linux). - Tell the user the summary is on their clipboard and to clear the context, then paste it as their first message.
The summary travels forward as the first user message in the new context, so it must be self-contained.
Note: context clearing is a client-side operation — the model cannot invoke it. The user must do it themselves. This is the only manual step.