From session-handoff
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-handoff:session-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates a structured, deterministic session summary designed to be fed into a new Claude Code session or used with `/compact` to preserve continuity without relying on auto-compact's generative summarization.
Generates a structured, deterministic session summary designed to be fed into a new Claude Code session or used with /compact to preserve continuity without relying on auto-compact's generative summarization.
Auto-compact summarizes freely — it infers, fills gaps, and occasionally fabricates continuity. The result is non-deterministic and degrades session fidelity, especially for complex consulting and architecture work where rationale, constraints, and rejected options are as important as decisions made.
This skill produces a terse, fact-only summary that can be fed verbatim into a new session as a deterministic context handoff.
Trigger this skill when:
Ctx percentage is approaching 60% (the recommended threshold for consulting work)Use this prompt verbatim when generating the handoff. Do not deviate from the structure or add sections not listed here.
Summarize this session using exactly these sections:
Rules:
Wrap the output in a clearly labeled block the user can paste directly into a new session or feed to /compact:
Session Handoff — [date] [brief topic label]
[summary sections here]
---Generated at Ctx: XX% — feed this block verbatim into the next session.
npx claudepluginhub forest/agent-skills --plugin session-handoffConsolidates session work, artifacts, decisions, and pending items for handoff between sessions. Writes a summary file and updates current focus. Trigger: 'resumo', 'summary', 'handoff'.
Captures full session context into a handoff document so a fresh agent can resume work with zero prior context. Write a single actionable sentence for the next agent.
Compacts the current session into a handoff document so another agent or fresh session can continue the work. Use when handing off, transferring context, or starting a parallel agent.