What problem does it solve? When you switch machines mid-task or end a session with unfinished work, context is lost and the next session wastes time reconstructing what was happening. This Skill captures the current work state in a standardized .claude/handoff.md file that is committed to git and automatically loaded on the receiving machine. ## Core Features & Use Cases - Structured Handoff Template: Generates a handoff file with fixed sections covering current task, next steps, open questions, decisions made, files in flight, and blockers. - Git-Based Sync: Commits and pushes the handoff file so any machine that pulls the repository receives the latest work state. - Automatic Reload: On the receiving machine, a session-start hook injects the handoff content without manual action. - Use Case: You are halfway through adding rate limiting to an API on your desktop. Before leaving, invoke the Skill to write a handoff listing the exact next edit, then pull the repo on your laptop and resume immediately. ## Quick Start Ask the AI to generate a handoff file summarizing the current work state before ending this session.