From claude-agent-kit
Create a detailed context summary for continuing work in a new session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-agent-kit:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a deterministic handoff file for continuation.
Write a deterministic handoff file for continuation.
.agent-kit/handoff/ if missing..agent-kit/handoff/last.md containing:
/claude-agent-kit:start-work/claude-agent-kit:stop-continuationnpx claudepluginhub nicholls-inc/claude-agent-kitCompacts 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.
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.
Writes .shipyard/HANDOFF.md with current task, approach, tried actions, remaining steps, and open questions to resume sessions without losing context.