What problem does it solve? When an AI agent session ends or hits context limits, all accumulated context is lost and the next agent starts from zero. This Skill compacts the current conversation into a structured handoff document so a fresh agent can resume work without re-discovering decisions, file paths, or blockers. ## Core Features & Use Cases - Structured Handoff Generation: Produces a Markdown document with YAML frontmatter and seven standard sections covering summary, completed work, decisions, files, blockers, next steps, and suggested skills. - Automatic Secret Redaction: Strips API keys, tokens, JWTs, and passwords using regex patterns before writing the document. - Git Context Capture: Records the current branch, commit hash, and working directory so the next agent knows the exact repository state. - Use Case: Before ending a long debugging session, run the handoff skill with a note like "continue fixing the auth timeout bug" to produce a document the next agent can read to resume immediately. ## Quick Start Ask the agent to create a handoff document for the next session focused on your upcoming task, and it will save a redacted summary to your OS temp directory.