819 B
819 B
Explicitly save an insight, decision, or learning to agentmemory for future sessions. Wraps the memory_save MCP tool.
Usage
/remember [what to remember]
Instructions
- Analyze what needs to be remembered — extract the core insight, decision, or fact.
- Extract 2-5 searchable concepts (lowercased keyword phrases). Prefer specific terms ("jwt-refresh-rotation" over "auth").
- Extract relevant file paths the memory references.
- Call
memory_savewith:content— full text to remember (preserve user's phrasing)concepts— extracted concept listfiles— extracted file list (empty array if none)type— choose from: pattern, preference, architecture, bug, workflow, fact
- Confirm the save and show the concepts tagged so the user knows retrieval terms.