From augments
Use when a session is ending or work is passing to a fresh session or another agent — write a durable handoff so the next one resumes without re-deriving context: goal, state, decisions, the concrete next step. Skip for a finished, self-contained task that needs no continuation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/augments:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write down what the next session needs to continue, so it doesn't reconstruct it from scratch. A good handoff is *resumable*: someone reads it and knows exactly where to pick up.
Write down what the next session needs to continue, so it doesn't reconstruct it from scratch. A good handoff is resumable: someone reads it and knows exactly where to pick up.
Write it to a scratch location outside the workspace (the OS temp directory), so it doesn't pollute the repo. Include:
npx claudepluginhub njoyimpeguy/augments --plugin augmentsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.