skills/_archived/context-checkpoint/SKILL.md
Monitors context window usage, creates compact recovery checkpoints before compaction, and shows progress updates at task milestones. Prevents the
npx skillsauth add nhouseholder/nicks-claude-code-superpowers context-checkpointInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When Claude's context window fills up, older messages get compacted (summarized and compressed). This destroys:
This skill makes Claude proactively create checkpoints so compaction doesn't erase critical state.
Monitor these signals continuously:
A checkpoint is NOT a handoff. It's a lightweight, in-session state marker. Keep it to the todo list and a mental model:
STATE CHECKPOINT:
- Working on: [current task]
- Completed this session: [list]
- Key decisions: [choices made and why]
- User corrections: [anything the user corrected]
- Files touched: [list with what changed]
- Next up: [what comes after current task]
- Critical context: [anything that would be catastrophic to forget]
The todo list survives compaction. Keep it updated in real-time:
If you're in plan mode or executing a plan, the plan file on disk survives compaction. Write progress to it.
Each commit is a permanent checkpoint. Commit between tasks (Rule 1 from CLAUDE.md). The commit message records what was done and why.
If you notice context has been compacted (earlier messages are summarized):
At natural milestones (every 2-3 completed tasks, or on failure), show a compact one-line progress update:
Progress: 4/7 tasks done | ~12min elapsed | 2 remaining
On failure: Progress: 3/7 tasks done | 1 FAILED (retrying) | 3 remaining
On completion: All 7 tasks complete | ~18min total
Rules: One line only. Don't show for <3 tasks. TodoWrite is the source of truth for counts. Don't estimate remaining time. Don't show after every single task — every 2-3 completions.
If losing this information would break the session, persist it NOW — don't hold it in context.
Ways to persist:
Context is volatile. Disk is permanent. Act accordingly.
tools
Unified context management and session continuity skill. Combines total-recall, strategic-compact, /ledger, and session continuity. Runs in background to preserve critical context across compaction and sessions.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suggest /ultraplan for complex planning tasks on Claude Code CLI (2.1.91+ only). Research preview.
tools
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.