/tools
Use when: importing skills/agents from GitHub, managing registry resources, or searching for tools to solve a problem
$ npx -y skills add sdsrss/claude-mem-lite --agent claude-codeShips with claude-mem-lite. 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
/tools
Context preview
What this command does when you run it.
Use when: importing skills/agents from GitHub, managing registry resources, or searching for tools to solve a problem
claude-mem-lite is a persistent memory (also called long-term memory or cross-session context) system for Claude Code — Anthropic's CLI coding agent.
Other commands on claude-mem-lite.
- /adopt
Use when: user asks to increase claude-mem-lite's tool-invocation rate in the current project, or to (re)install the steering block. Writes a sentinel-wrapped managed block into <cwd>/CLAUDE.md plus a <cwd>/.claude/plugin_claude_mem_lite.md detail doc, and migrates away any
Open command - /bug
Use when: logging a known bug + repro steps you can't fix right now. Writes a searchable observation (findable via mem_search + surfaced by recall hooks; still NOT memdir). Skip for bugs you're actively fixing in the current turn — just fix them.
Open command - /lesson
Use when: capturing a non-obvious lesson/gotcha/workaround after a tricky fix or surprising behavior. Writes a searchable observation (findable via mem_search + surfaced by recall hooks; still NOT memdir/L1 prompt). Skip for typos, renames, or user-preference rules.
Open command - /mem
Use when: querying past work, managing memories, or checking project history
Open command - /memory
Use when: user asks to remember something, after solving a non-obvious problem, or to capture key session findings
Open command - /unadopt
Use when: user wants to remove the claude-mem-lite steering block from the current project (or from every project Claude Code knows about with --all). Removes the <cwd>/CLAUDE.md managed block + <cwd>/.claude/plugin_claude_mem_lite.md and cleans any legacy memory-dir residue.
Open command

