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.

clever-cc-plugins b13cecc 990 B Updated

File contents

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.

clever-cc-plugins/cc-handoff/tree/main/plugins/cc-handoff/skills/handoff-install commit b13cecc102

Frequently asked questions

npx skillmds@latest add clever-cc-plugins/handoff-install