/reload
Fully load memory files into the current conversation context.
$ npx -y skills add HelloRuru/claude-memory-engine --agent claude-codeShips with claude-memory-engine. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/reload
Context preview
What this command does when you run it.
Fully load memory files into the current conversation context.
Command definition
reload.md/reload -- Load Memory into Context
Fully load memory files into the current conversation context.
SessionStart hooks inject a brief summary automatically, but `/reload` does the **full read** -- loading actual file contents so Claude can reference specific details.
Steps
1. **Read MEMORY.md** -- Scan all index entries (usually auto-loaded, but confirm) 2. **Read task file** -- Load `memory/todo-status.md` for current task status 3. **Read recent changes** -- Load files updated in the last 24 hours (up to 3 files) 4. **Report** -- "Loaded. {N} index entries, {M} pending tasks, recently changed: {summary}"
Targeted Reload
If the user specifies a topic:
- Only load the file(s) related to that topic
- Example: "reload blog" -> only load blog-related memory files
Notes
- This is a **read** operation -- it doesn't modify any files
- Use when switching to a topic that needs detailed context
- Useful after long conversations where early context was compressed
Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.
Repo: HelloRuru/claude-memory-engine
Other commands on claude-memory-engine.
- /analyze
Analyze user corrections and log them into the error notebook
Open command - /backup
Push local memory files to your GitHub backup repository.
Open command - /bb-pause
Pause the SessionEnd auto-commit hook when refactoring core engine files.
Open command - /check
Run a quick scan of the memory system's health. For daily use.
Open command - /compact-guide
Help decide when to use `/compact` based on the current conversation state.
Open command - /correct
Review the error notebook — flip through past corrections before working
Open command

