Skip to content
Development
Command

/overview

Lists every command in the memory engine.

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/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
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