/overview
Lists every command in the memory engine.
$ 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
/overview
Context preview
What this command does when you run it.
Lists every command in the memory engine.
Command definition
overview.md/overview -- All Available Commands
Lists every command in the memory engine.
Memory Operations
| Command | Chinese | Description | |---------|---------|-------------| | `/save` | `/存記憶` | Save memory across sessions | | `/reload` | `/讀取` | Load memory into current conversation | | `/memory-search` | `/搜尋記憶` | Search memory files by keyword |
Backup & Sync
| Command | Chinese | Description | |---------|---------|-------------| | `/backup` | `/備份` | Push memory to GitHub | | `/sync` | `/同步` | Two-way memory sync (push + pull) | | `/recover` | `/想起來` | Disaster recovery / cross-device sync |
Health Checks
| Command | Chinese | Description | |---------|---------|-------------| | `/check` | `/健檢` | Quick health check (index + file integrity) | | `/full-check` | `/大健檢` | Full audit (duplicate detection + cleanup suggestions) | | `/memory-health` | `/記憶健檢` | Memory file health status |
Learning & Reflection
| Command | Chinese | Description | |---------|---------|-------------| | `/learn` | `/學習` | Auto-learn from mistakes (Claude triggers on its own) | | `/reflect` | `/反思` | Reflection analysis (review + organize + refine + slim down) | | `/diary` | `/回顧` | Session reflection diary |
Workflow
| Command | Chinese | Description | |---------|---------|-------------| | `/todo` | `/待辦` | Cross-project task tracker | | `/compact-guide` | `/壓縮建議` | When to compress context | | `/overview` | `/全覽` | This page |
Read more
/overview -- All Available Commands
Lists every command in the memory engine.
Memory Operations
| Command | Chinese | Description | |---------|---------|-------------| | `/save` | `/存記憶` | Save memory across sessions | | `/reload` | `/讀取` | Load memory into current conversation | | `/memory-search` | `/搜尋記憶` | Search memory files by keyword |
Backup & Sync
| Command | Chinese | Description | |---------|---------|-------------| | `/backup` | `/備份` | Push memory to GitHub | | `/sync` | `/同步` | Two-way memory sync (push + pull) | | `/recover` | `/想起來` | Disaster recovery / cross-device sync |
Health Checks
| Command | Chinese | Description | |---------|---------|-------------| | `/check` | `/健檢` | Quick health check (index + file integrity) | | `/full-check` | `/大健檢` | Full audit (duplicate detection + cleanup suggestions) | | `/memory-health` | `/記憶健檢` | Memory file health status |
Learning & Reflection
| Command | Chinese | Description | |---------|---------|-------------| | `/learn` | `/學習` | Auto-learn from mistakes (Claude triggers on its own) | | `/reflect` | `/反思` | Reflection analysis (review + organize + refine + slim down) | | `/diary` | `/回顧` | Session reflection diary |
Workflow
| Command | Chinese | Description | |---------|---------|-------------| | `/todo` | `/待辦` | Cross-project task tracker | | `/compact-guide` | `/壓縮建議` | When to compress context | | `/overview` | `/全覽` | This page |
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

