Handoff
Skill clever-cc-plugins/cc-handoff/plugins/cc-handoff/skills/handoff
Create a handover summary to continue working on a task on another machine using Claude Code. This is useful because Claude Code’s session resume feature doesn’t work across machines.
npx -y skills add clever-cc-plugins/cc-handoff --skill handoffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create a handoff summary for continuing work on another machine. Use when the user says handoff, end session, switch machine, wrap up, save progress, or hand off.
SKILL.md
1.1 KB, 202 tokens by cl100k_base, as published. Nobody here has run it
Handoff
Write a file called HANDOFF.md in the project root. Keep it concise — under 40 lines.
Structure
# Handoff
## Current State
What was being worked on, how far it got, and whether it's in a working state.
## Modified Files
List of files changed in this session that haven't been committed yet.
## Test Status
Last known test results. Which tests pass, which fail, what's untested.
## Open TODOs
Concrete next steps, in priority order.
## Key Decisions
Non-obvious decisions made during this session and why.
Rules
- Only include sections that have content. Skip empty sections.
- Be specific. "Auth is broken" is useless. "Login endpoint returns 401 because JWT secret is missing from .env.example" is useful.
- List actual file paths, not vague references.
- After writing the file, remind the user to commit and push before switching machines.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.