What problem does it solve? When working across many sessions, decisions and learnings get lost. This Skill retrieves past context from agentmemory so you can answer questions like "did we ever decide how to cache sessions?" without digging through old logs. ## Core Features & Use Cases - Hybrid Memory Search: Queries agentmemory via memory_smart_search combining BM25, vector, and graph search to surface relevant observations. - Provenance-Aware Results: Groups results by session, respects provenance channels (user, agent, tool, import, shared), and prioritizes high-importance records (importance >= 7). - Hallucination Guardrails: Only surfaces what the tool returned; on empty results it suggests alternative search terms instead of inventing memories. - Use Case: A user asks "what did we do about the rate limiter?" and receives grouped results showing a per-IP counting code note from one session and a deferred sliding-window discussion from another. ## Quick Start Ask the assistant to recall what was decided about jwt refresh token rotation and it will search agentmemory and summarize the matching observations.