Survive /compact and auto-compact without losing the plan. Use this skill when the user runs /claude-papercuts:compact-guard, asks why Claude lost their plan after a compact, mentions plan-mode state vanishing mid-session, or wants to see the latest pre-compact snapshot. A PreCompact hook silently captures the current task, active todos, files edited, and the last assistant plan to .papercuts/compact-snapshots/ right before compaction runs; a SessionStart hook (only when source=compact) injects that snapshot back as context so the post-compact session knows what it was doing.
$npx -y skills add dhruba-datta/claude-papercuts --skill compact-guardInstalls into the current project.
Run `npx skills use "https://github.com/dhruba-datta/claude-papercuts" --skill "dhruba-datta/claude-papercuts/compact-guard"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dhruba-datta/claude-papercuts" that are relevant to the current task. Run `npx skills add "https://github.com/dhruba-datta/claude-papercuts"` and select the relevant skills, then follow their instructions.