What problem does it solve? Long Claude Code sessions degrade as the context window fills up, and starting a new session normally means losing all progress, decisions, and task state. This Skill captures the essential context so work can continue in a fresh session without re-explaining everything. ## Core Features & Use Cases - Context Gathering: Collects git status, diffs, branch info, recent commits, plan file checkboxes, and notepad entries in parallel. - Structured Summary Format: Produces a fixed plain-text template covering user requests verbatim, progress counts, remaining work, key files, decisions, and constraints. - Read-Only Safety: Restricted to read-only tools with no write or edit permissions, so it cannot modify the codebase while summarizing. - Use Case: When a debugging session has grown long and responses are degrading, run the handoff command, paste the generated summary into a new session, and resume exactly where you left off. ## Quick Start Type /oh-my-claudeagent:handoff to generate a context summary you can paste into a new Claude Code session.