Handoff Save banner
ucsandman ucsandman

Handoff Save

Development community

Description

--- description: Save a durable context handoff bundle for the current project/session. argument-hint: [title-or-slug] [--global|--repo-local] [--tag TAG] --- Save a durable context handoff for the current working context. ## Instructions The point of a handoff bundle is to preserve THIS session's understanding so another terminal or session can resume. The CLI cannot see the conversation — only you can. So you MUST author a structured notes file from the live session and pass it with `--note

Installation

Installs to ~/.claude/commands/ucsandman-context-handoff-bundle-handoff-save.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ucsandman/context-handoff-bundle/HEAD/.claude/commands/handoff-save.md -o ~/.claude/commands/ucsandman-context-handoff-bundle-handoff-save.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository