handoff

Installation
SKILL.md

Handoff

What this skill does

Produces or consumes a structured 10-block HANDOFF file in .claude/handoffs/. Two modes:

  • Prepare mode — end of session. Gather live git state via Bash, then Write a file named HANDOFF-YYYY-MM-DD-HHMMSS-<slug>.md under .claude/handoffs/. All 10 blocks per references/handoff-schema.md, then emit a copy-paste Resume Launcher (init prompt) for the next session.
  • Resume mode — start of session. Find the latest HANDOFF file, Read it, run every Verification Command via Bash, report verbatim output, and surface any mismatch before acting.

The HANDOFF file is for a cold AI reader (new session, zero context). It is not a human-readable summary — precision beats readability here (see technical-precision principle below).

Installs
1
GitHub Stars
6
First Seen
Jun 17, 2026
handoff — kouko/monkey-skills