From claude-total-recall
Load ALL memory files into context (nuclear option for planning sessions)
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-total-recall:total-recall-loadThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**This loads ALL memory files into context.** Only use for planning sessions where you need the full picture.
This loads ALL memory files into context. Only use for planning sessions where you need the full picture.
List all .md files in the auto-memory directory (skip MEMORY.md):
PROJECT_HASH=$(echo -n "$PWD" | tr '/' '-')
ls "$HOME/.claude/projects/$PROJECT_HASH/memory/"*.md | grep -v MEMORY.md
Read ALL of them using the Read tool. Call as many in parallel as possible.
After all files are read, confirm: "Loaded N files. Full project memory is in context."
Do NOT summarize, comment on, or analyze any file contents. Just load and confirm.
npx claudepluginhub ellyseum/claude-total-recall --plugin claude-total-recallLists loaded memory files and scans disk for available memory context (schema, daily logs, registers, archive) in Claude Code sessions. Highlights gaps and suggests actions.
Organizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.
Manages per-project persistent AGD memory graph with TOC scans, selective block retrieval, and backlink traversal for efficient project context like preferences and decisions. Activates on memory queries.