handoff

Solid

Session handover: when context fills, a phase closes, or the topic changes, write an action-oriented handover to docs/SESSION_STATE.md, then recommend /clear.

AI & Automation 22 stars 4 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Session Handover (Handoff) <!-- routing-eval reads this line; it lives in the BODY so the always-on skill LISTING stays inside Claude Code's budget (1% of the context window) — an overflowing listing gets descriptions truncated or dropped, which strips the very keywords a match depends on. --> Trigger phrases: "handoff", "hand off", "session summary", "session state", "clear context", "I'll continue" ## When `/context` > 75% · phase closure · topic change. Goal: the next session should **not start from scratch**. ## Output (docs/SESSION_STATE.md, local) ``` # Session Handover — <date> ## Done - <completed work + which files> ## In progress - <what's half-finished + exactly where it was left off> ## Next step - <a clear, single high-value step> ## Open decisions - <pending decision + options> ## File pointers - docs/PLAN.md, relevant modules... ## Blockers / risks - <if any> ``` ## Measure the session before summarising it Run **`bash .claude/hooks/session-stats.sh`** first. What it reports belongs in the handover as fact, not impression — an auto-compaction means state was already dropped before you started writing (say what was lost), a runaway loop marks an approach the next session should not walk back into, and repeated prompts mark context that never landed and has to be written down explicitly this time. Missing script (plugin install) → say so. ## Principles - **Action-oriented:** focused not on "what was done" but on "exactly where to resume now." - P...

Details

Author
byerlikaya
Repository
byerlikaya/claude-starter-kit
Created
1 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

session-handoff

Use when the user says "session handoff", "wrap up session", "hand off", "handoff summary", "let's wrap up", "summarize before I clear", or wants a structured end-of-session summary before clearing context. Also use proactively when the user says they are about to /clear and no handoff has been produced yet. Generates a handoff document saved as a file (in the project's docs/handoffs/ directory, or as a downloadable file in chat environments) with required sections (objective, status, decisions + rationale, key files, next action) plus situational sections included only when they apply, so a fresh agent can continue seamlessly without re-deriving lost context.

2 Updated 2 weeks ago
AdityaVasireddy
AI & Automation Listed

session-handoff

Write a start-here handoff document at the end of a work session capturing state, decisions, next steps, and gotchas, so the next session (or the next person) resumes in minutes instead of re-deriving everything. Use when the user says "wrap up", "handoff", "end of session", "write a handoff note", or "where did we leave off" at the start of a new session.

3 Updated 2 weeks ago
jqaisystems
AI & Automation Listed

handoff

Write a cross-account/session handoff file capturing the current work state, so a fresh Claude Code session (possibly on another account) can continue without replaying this conversation. Use when the user says /handoff, "hand off", "prepare to switch accounts", or wants to preserve context before ending a session.

0 Updated today
VedantShirgaonkar