recall
Search past session observations and lessons for relevant context. Wrap the `memory_smart_search` and `memory_lesson_recall` MCP tools.
Explicitly save an insight, decision, or learning to agentmemory for future sessions. Wraps the `memory_save` MCP tool.
> /plugin marketplace add rohitg00/agentmemory > /plugin install agentmemory@agentmemory
How it fires
How this command gets triggered: by you, by Claude, or both.
/rememberContext preview
What this command does when you run it.
Explicitly save an insight, decision, or learning to agentmemory for future sessions. Wraps the `memory_save` MCP tool.
Explicitly save an insight, decision, or learning to agentmemory for future sessions. Wraps the `memory_save` MCP tool.
/remember [what to remember]
1. Analyze what needs to be remembered — extract the core insight, decision, or fact. 2. Extract 2-5 searchable concepts (lowercased keyword phrases). Prefer specific terms ("jwt-refresh-rotation" over "auth"). 3. Extract relevant file paths the memory references. 4. Call `memory_save` with:
5. Confirm the save and show the concepts tagged so the user knows retrieval terms.
#1 Persistent memory for AI coding agents based on real-world benchmarks
Repo: rohitg00/agentmemory