save
Installation
SKILL.md
/handoff:save [description]
Write a handoff file to /mnt/share/instructions/ so work can be resumed on a different machine.
Procedure
1. Gather Context
Run the context gathering script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/gather-context.sh [--description "<user-provided-slug>"]
Parse the JSON output. Use the git state and working directory as the machine context. The filename field provides the generated filename. Also use the conversation context: what task was being worked on, what has been completed, what remains.
3. Write the Handoff File
Write to /mnt/share/instructions/<filename> using this structure:
Related skills