Total Recall Load

Load ALL memory files into context (nuclear option for planning sessions)

ellyseum 34fb5f2 742 B Updated

File contents

/total-recall-load

This loads ALL memory files into context. Only use for planning sessions where you need the full picture.

Instructions

  1. 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
    
  2. Read ALL of them using the Read tool. Call as many in parallel as possible.

  3. After all files are read, confirm: "Loaded N files. Full project memory is in context."

  4. Do NOT summarize, comment on, or analyze any file contents. Just load and confirm.

ellyseum/claude-total-recall/tree/main/skills/total-recall-load commit 34fb5f2dcb

Frequently asked questions

npx skillmds@latest add ellyseum/total-recall-load