agentsclimarketplace

Handoff install

Skill clever-cc-plugins/cc-handoff/plugins/cc-handoff/skills/handoff-install

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.

Install
npx -y skills add clever-cc-plugins/cc-handoff --skill handoff-install

Assembled 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

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.

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.