handoff
Save session state to .rulebook/handoff/_pending.md for cross-session continuity
Install
mkdir -p .claude/skills/handoff-hivellm && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13320" && unzip -o skill.zip -d .claude/skills/handoff-hivellm && rm skill.zipInstalls to .claude/skills/handoff-hivellm
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Save session state to .rulebook/handoff/_pending.md for cross-session continuityAbout this skill
Save a session handoff to .rulebook/handoff/_pending.md.
The handoff file MUST contain:
- Active task: current task ID + phase + which checklist items are done
- Decisions made this session: architectural choices, trade-offs, rejected alternatives
- Files touched: list of files modified with one-line reason each
- Next steps: concrete, actionable items (not vague "continue working")
- Exact resume command: what to tell the next session to do first
- Open questions / blockers: anything unresolved that needs the user's input
Write the file to .rulebook/handoff/_pending.md using the Write tool.
After writing successfully, display this message prominently:
TYPE /clear NOW — your context will be auto-restored in the next session <<<
If the file .rulebook/handoff/.urgent exists, skip any confirmations and write immediately.
The SessionStart hook (resume-from-handoff.sh) will automatically inject the handoff content into the next session and archive the file.