Help us improve
Share bugs, ideas, or general feedback.
From toolbox
Writes or updates structured handoff documents (HANDOFF.md) with Goal, First Action, Context, Progress, successes, failures, and next steps for resuming work with a fresh agent.
npx claudepluginhub leejuoh/claude-code-zero --plugin toolboxHow this skill is triggered — by the user, by Claude, or both
Slash command
/toolbox:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write or update a handoff document so the next agent with fresh context can continue this work.
Writes or updates HANDOFF.md with project goal, current progress, what worked/didn't, and next steps for agent handoffs with fresh context.
Creates concise handoff documentation for work-in-progress sessions when handing off to another agent. Supplements history compaction with tasks, changes, learnings, artifacts, and next steps.
Writes a handoff document so a fresh agent can continue the current work arc or pick up the next logical task. Includes nothing-to-handoff check and two modes.
Share bugs, ideas, or general feedback.
Write or update a handoff document so the next agent with fresh context can continue this work.
$0: base path for the handoff document (optional, defaults to project root)
handoffs, ., docs/handoffs$1: filename (optional, defaults to HANDOFF.md)
auth.md, refactor-notes.md| Input | Result |
|---|---|
/handoff | HANDOFF.md |
/handoff handoffs | handoffs/HANDOFF.md |
/handoff handoffs auth.md | handoffs/auth.md |
/handoff . auth.md | auth.md |
$0 is empty and $1 is empty → HANDOFF.md$0 is provided and $1 is empty → $0/HANDOFF.md$0 is . and $1 is provided → $1$0 and $1 are provided → $0/$1