Both fixed in the second commit (c5b4c22) — moved to Development & Code Tools in alphabetical order and fixed the typo. Should be good to go now.
Session handoff skills for Claude Code that capture decisions, failed approaches, measurements, and next steps — so your next session picks up exactly where you left off.
Claude already tries to hand off context between sessions — generating summaries with "What's broken" and "Next session paste-prompt." It looks like a handoff. It isn't one. We ran a controlled A/B test (same bug, same codebase, three fresh sessions) and found:
| Session summary (no skill) | /handoff skill | |
|---|---|---|
| User had to intervene | Yes | No — self-gated |
| Root cause precision | Surface-level | Precise call chain |
| Fix correctness | Correct but unjustified | Correct and justified |
| Chain awareness | Zero | Referenced prior session's analysis |
Full comparison data: docs/COMPARISON
git clone https://github.com/REMvisual/claude-handoff.git
cp -r claude-handoff/skills/handoff ~/.claude/skills/
cp -r claude-handoff/skills/handoffplan ~/.claude/skills/
Both fixed in the second commit (c5b4c22) — moved to Development & Code Tools in alphabetical order and fixed the typo. Should be good to go now.
Updated the PR description with v1.5.0 features and A/B test data. The skill now includes an anti-shadowing guard (prevents Claude from generating inferior freeform handoffs) and an expanded onboarding protocol — both validated with controlled testing against Claude's built-in session summaries.
Hi! The requested changes from the review were addressed in commit c5b4c22 (moved to correct section, fixed typo). Just checking if this is good to merge now. Thanks!