# Total Recall Load

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

- Skill: `ellyseum/total-recall-load` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ellyseum/total-recall-load`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ellyseum/total-recall-load/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ellyseum (https://skillmd.com/u/ellyseum)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ellyseum/total-recall-load

---


# /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):
   ```bash
   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.

