skills/total-recall/SKILL.md
Cross-session memory, crash-safe checkpointing, automatic handoff before context degrades, and instant resume. Handles all persistence across sessions. Always-on.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers total-recallInstall 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.
Always load (lightweight):
MEMORY.md index in project memorygit status (current state)~/.claude/anti-patterns.md (past mistakes)Load on demand: specific memory files from MEMORY.md index, AGENT-MEMORY.md, git log — only when the task needs them. Load silently.
Write current_work.md checkpoints DURING the session:
Pre-compaction capture: Write session_requirements.md (user's exact requirements near-verbatim) and session_decisions.md (every "chose X over Y because Z"). Compaction preserves WHAT but loses WHY.
Checkpoint format: Current task, status/phase, progress checklist, user requirements, decisions, files modified, resume instructions. Keep under 50 lines. Overwrite (latest state), don't append.
Track context compressions mentally:
Never use [1m] extended context to fight compression. It burns per-minute rate limits. Handoff to a new session instead.
handoff.md in project memory (objective, status, decisions, files modified, failed approaches, resume instructions)current_work.md tooSame session (after pause/compaction):
New session:
handoff.md → follow its resume instructionscurrent_work.md → pick up at first incomplete stepAfter resuming: Clear handoff.md and current_work.md so next session doesn't re-resume.
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.