What problem does it solve? Agents lose all state when sessions end, forcing users to repeat context and preventing long-term knowledge accumulation. This Skill guides the design of persistent memory architectures so agents retain entities, preferences, and facts across sessions. ## Core Features & Use Cases - Framework Comparison: Compares production memory frameworks (Mem0, Zep/Graphiti, Letta, LangMem, Cognee) with benchmark data from LoCoMo, LongMemEval, DMR, and HotPotQA. - Architecture Guidance: Provides decision tables for memory layers (working, short-term, long-term, entity, temporal knowledge graph) and retrieval strategies (semantic, entity-based, temporal, hybrid). - Use Case: When building a support agent that must remember a customer's history across conversations, use this Skill to choose between a simple file-system store and a temporal knowledge graph, then implement consolidation and error-recovery patterns. ## Quick Start Ask the agent to help you choose and implement a memory framework for an agent that must persist user preferences and entity facts across sessions.