What problem does it solve? When working across multiple sessions, prior decisions, conversations, and project context are easily lost. This Skill retrieves relevant memories from a persistent knowledge base so answers stay grounded in actual history instead of guesswork. ## Core Features & Use Cases - Semantic Memory Search: Calls kit_memory_search with concise keywords to find factual memories, keeping names, ticket IDs, and technical terms intact. - Recency Queries: Calls kit_memory_recent for temporal questions like "what did we do last session?", with optional count and source-type filters (digest, concept, entity, preference, wiki). - Hallucination Guard: Returns "No relevant memories found." when nothing matches, never inventing context. - Use Case: A developer asks "what did we decide about the caching layer last week?" and receives a concise summary citing the source file and date. ## Quick Start Ask the agent what was decided or worked on in a previous session and it will search persistent memory for the answer.