What problem does it solve?
This Skill automates generating a CONTEXT_FOR_NEXT_SESSION.md that captures everything needed to resume work in a new Claude Code session without re-explaining. It preserves previous context, consolidates decisions, and records the current state to ensure continuity.
Core Features & Use Cases
- Context capture: Creates or updates a CONTEXT_FOR_NEXT_SESSION.md in the current working directory, including previous session context and new items.
- State extraction: Records the current git branch, uncommitted changes, recent commits, and key file paths discussed in the conversation.
- Handoff readiness: Produces a structured document ready to paste into a new Claude Code session for zero re-explanation.
- Use Case: When you say "/relay" or want to save progress for continuation, run the skill to generate the handoff document.
Quick Start
Use the relay skill to generate CONTEXT_FOR_NEXT_SESSION.md in the current working directory. Then open and review the file to ensure it contains the latest context and next steps.