From agent-kit
Use when working a long task that may outlast a single session - keep .agents/handoff.md fresh mid-flight so /clear or a tool switch is always safe. Auto-triggers on ~30+ tool calls, before risky multi-session work, when user signals to stop or switch tools, or when branch has non-trivial WIP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-kit:auto-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is an **auto-trigger skill**, not a slash command. You don't type `/auto-handoff` — Claude reads this description and applies the behavior on its own when the conditions below match. The slash menu lists it only because Claude Code surfaces every installed skill as invokable; manual invocation works but is rarely needed.
This is an auto-trigger skill, not a slash command. You don't type /auto-handoff — Claude reads this description and applies the behavior on its own when the conditions below match. The slash menu lists it only because Claude Code surfaces every installed skill as invokable; manual invocation works but is rarely needed.
Long tasks die in three ways: context window fills, the agent crashes, the user switches tools. Any of these and the user starts over from memory. Treat .agents/handoff.md as the authoritative state, not the conversation.
main; work-in-progress is non-trivial..agents/handoff.md early. Before context fills, before the risky step. Use the schema from /handoff (see commands/.agents/handoff.md or docs/handoff-spec.md).## Changes Made. When you hit a dead end, append to ## Attempts & Dead Ends with the verbatim error.## Next Step current. It should always be the one specific thing the next agent should do, not "continue the work"..agents/ to .gitignore if the project doesn't already. Session state, not project state./handoff command — produces the file on demand./handoff-resume command — loads the file in a new session.docs/handoff-spec.md — canonical schema.npx claudepluginhub egor-xyz/agent-kit --plugin agent-kitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.