Save or restore working context across Claude Code sessions. Use when the user wants to hand off, checkpoint, or preserve the current state of work ("save a handoff", "checkpoint where we are", "I'm stopping for the day", "write down where we left off"), or to pick work back up ("resume", "where did we leave off", "continue from the handoff", "catch me up on this project"). Captures task state, decisions, blockers, next steps, and environment commands into version-controlled handoff files, grouped by topic so continuity survives /clear, restarts, and compaction.
$npx -y skills add gednyengs/claude-marketplace --skill session-handoffInstalls into the current project.
Run `npx skills use "https://github.com/gednyengs/claude-marketplace" --skill "gednyengs/claude-marketplace/session-handoff"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gednyengs/claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/gednyengs/claude-marketplace"` and select the relevant skills, then follow their instructions.