claude-skill-session-handoff
New🔄 Claude Code skill: never lose context to /clear again. Say 'wrap up' and get a 9-section structured handoff — decisions, running state, exact pickup command.
Summary
This skill prevents context loss during long Claude Code sessions by generating a structured handoff document when you say 'wrap up'.
- It captures decisions, running state, and an exact pickup command so you can clear context and resume seamlessly later.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/claude-skill-session-handoff.md
/claude-skill-session-handoffUse Cases
Usage Examples
/claude-skill-session-handoff wrap up
I need to take a break. Generate a session handoff with my current state.
/claude-skill-session-handoff save
Security Audits
Frequently Asked Questions
What is claude-skill-session-handoff?
This skill prevents context loss during long Claude Code sessions by generating a structured handoff document when you say 'wrap up'. It captures decisions, running state, and an exact pickup command so you can clear context and resume seamlessly later.
How to install claude-skill-session-handoff?
To install claude-skill-session-handoff: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claude-skill-session-handoff.md. Finally, /claude-skill-session-handoff in Claude Code.
What is claude-skill-session-handoff best for?
claude-skill-session-handoff is a community categorized under Development. Created by txampa.
What can I use claude-skill-session-handoff for?
claude-skill-session-handoff is useful for: After a long debugging session, generate a handoff to resume with all breakpoints and hypotheses intact.; When switching tasks mid-stream, create a handoff to preserve the current project state and pending decisions.; Before a meeting or break, use the skill to document your progress and get a precise command to continue.; When collaborating with a teammate, produce a handoff to share context about the current work and next steps.; After exploring multiple solutions, capture the rationale and chosen approach before clearing context.; When hitting a complex bug, save the investigation state and exact reproduction steps for later analysis..