remember
Original:🇺🇸 English
Translated
Explicitly save an insight, decision, or learning to agentmemory's long-term storage. Use when the user says "remember this", "save this", or wants to preserve knowledge for future sessions.
19installs
Sourcerohitg00/agentmemory
Added on
NPX Install
npx skill4agent add rohitg00/agentmemory rememberTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →The user wants to save this to long-term memory: $ARGUMENTS
Use the MCP tool (provided by the agentmemory server that this plugin wires up automatically via ) to persist it.
memory_save.mcp.jsonSteps:
- Analyze what the user wants to remember — pull out the core insight, decision, or fact.
- Extract 2-5 searchable (lowercased keyword phrases) that capture what the memory is about. Prefer specific terms over generic ones (
conceptsbeats"jwt-refresh-rotation")."auth" - Extract any relevant — absolute or repo-relative paths the memory references.
files - Call with the fields:
memory_save- — the full text to remember (preserve the user's phrasing as much as possible)
content - — the extracted concept list
concepts - — the extracted file list (empty array if none apply)
files
- Confirm to the user that the memory was saved and show the concepts you tagged so they know what terms will retrieve it later.
If isn't available, the stdio MCP shim didn't start — tell the user to:
memory_save- Run in Claude Code and confirm
/plugin listshows as enabled.agentmemory - Restart Claude Code (the plugin's is only read on startup).
.mcp.json - Check to see whether the
/mcpMCP server is connected.agentmemory