What problem does it solve? When work spans multiple machines, a fresh agent on another computer has no context about unmerged branches, pending decisions, or the next step. This Skill captures the full session state into a handoff document synced through Proton Drive so the next session can resume with /lets-go. ## Core Features & Use Cases - Unmerged work audit: Scans both public and private repositories for uncommitted, stashed, unpushed, and unmerged changes plus open PRs, and alerts the user before writing anything. - Handoff document generation: Writes a structured Markdown document covering current state, reasoning, next steps, and suggested skills, referencing existing artifacts by path or URL. - Handoff map registration: Uses scripts/handoff-map.mjs to record the single active handoff per repository, with CLI-mirror pull/push support for Linux machines without the Proton Drive desktop client. - Use Case: You finish a coding session on your desktop and want to continue on your laptop tomorrow. Run the handoff skill, and it audits your repos, writes the context document, syncs it to Proton Drive, and closes out the session. ## Quick Start Ask the agent to hand off this session to your other machine, optionally describing what the next session will focus on.