Development
Command
/status
Show project memory status: file size, section counts, and whether compression is recommended.
shell
$ npx -y skills add yucai0302/memory-loop --agent claude-codeShips with memory-loop. 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
/status
Context preview
What this command does when you run it.
Show project memory status: file size, section counts, and whether compression is recommended.
Ships withmemory-loop
Persistent project-scoped memory for Claude Code. Auto-loads on session start, structured by schema, hot/cold layered.
Get the whole plugin, auto-invoked
Other commands on memory-loop.
- /compress
Compress project memory. Archives older entries from MEMORY.md into archive.md to keep the hot layer lean. Run when memory-loop warns about file size.
Open command - /save
Save current session work to project memory. Updates MEMORY.md with completed tasks, decisions, and discoveries from this session.
Open command

