From agentmemory
Search agentmemory for past observations, sessions, and learnings about a topic. Use when the user says "recall", "remember", "what did we do", or needs context from past sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentmemory:recall [search query][search query]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to recall past context about: $ARGUMENTS
The user wants to recall past context about: $ARGUMENTS
Use the memory_smart_search MCP tool (provided by the agentmemory server that this plugin wires up automatically via .mcp.json) with the user's query as the query argument and limit: 10. The tool runs hybrid BM25 + vector + graph-expanded search over captured observations and returns ranked results.
Present the returned results to the user in a readable format:
Do NOT make up or hallucinate observations. Only present what the MCP tool actually returned. If memory_smart_search isn't available, the stdio MCP shim didn't start — tell the user to:
/plugin list in Claude Code and confirm agentmemory shows as enabled..mcp.json is only read on startup)./mcp to see whether the agentmemory MCP server is connected.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub doriangallo/agentmemory-local --plugin agentmemory