Skip to content
Development
Command

/reload

Fully load memory files into the current conversation context.

From plugin
13219 skills19 commands9 hooks
shell
$ npx -y skills add HelloRuru/claude-memory-engine --agent claude-code

Ships 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
Read it on GitHub ↗
Ships withclaude-memory-engine

Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.

Get the whole plugin, auto-invoked
Stats
132
Stars
0
Views
27
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
2mo ago
Last commit
4mo ago
Created

Repo: HelloRuru/claude-memory-engine