What problem does it solve? Picking up work on a different machine requires manually finding the handoff document, syncing the right branch, and reconstructing session context. This Skill automates that resume process by locating the active handoff in Proton Drive, reading it, marking it consumed, and aligning the local git workspace. ## Core Features & Use Cases - Handoff Discovery: Locates the single active handoff per repository via handoff_map.json in Proton Drive, using the scripts/handoff-map.mjs helper for all map reads and writes. - Dual Transport Support: Works with either the Proton Drive desktop sync client or a CLI mirror using the proton-drive command-line tool, with explicit pull and push steps for the mirror path. - Workspace Alignment: Fetches and prunes both the main and private repositories, switches to the handoff's feature branch or fast-forwards main, and warns about uncommitted, stashed, or unpushed work left on the other machine. - Use Case: You wrote a handoff on your desktop with /handoff and are now on your laptop. Run this Skill to download the handoff, clear the map so it cannot be resumed twice, check out the right branch, and get a brief on the objective and next step. ## Quick Start Resume my work by picking up the active Proton Drive handoff for this repository and continuing from its next step.