Handoff install
Skill clever-cc-plugins/cc-handoff/plugins/cc-handoff/skills/handoff-install
Add handoff support to the current project. Use when the user says install handoff, set up handoff, add handoff to this project, or enable handoff.From its SKILL.md
npx -y skills add clever-cc-plugins/cc-handoff --skill handoff-installAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 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.
SKILL.md
1.0 KB, 181 tokens by cl100k_base, as published. Nobody here has run it
Install Handoff Support
Add the following section to the project's CLAUDE.md. Place it after existing sections, before any Reference Documents section if one exists.
Section to add
## Handoff
Before ending a session, the user may invoke `/handoff` to create a machine-transfer summary.
On session start, a plugin hook automatically checks for HANDOFF.md, loads its contents into
context, and deletes the file. If handoff context appears at the start of a session, continue
from where it left off and let the user know context was restored.
Rules
- If CLAUDE.md does not exist, tell the user and stop. Handoff depends on a working project config.
- If a Handoff section already exists in CLAUDE.md, tell the user and stop.
- After adding the section, confirm what was changed.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.