What problem does it solve? AI agents lose all state when sessions end, forcing users to repeat context and preventing long-term knowledge accumulation. This Skill guides the design and implementation of persistent memory systems so agents retain entities, facts, and relationships 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 to support architecture decisions. - Layered Memory Design: Provides decision tables for working, short-term, long-term, entity, and temporal knowledge graph layers, plus retrieval strategies (semantic, entity-based, temporal, hybrid). - Working Implementations: Ships Python code for vector stores with metadata indexing, property graphs with entity registries, temporal knowledge graphs with validity intervals, and memory consolidation. - Use Case: When building a support agent that must remember a customer's preferences and history across conversations, use this Skill to choose a framework, design the memory layers, and implement temporal fact tracking. ## Quick Start Ask the agent to design a memory architecture for a chatbot that must remember user preferences across sessions and recommend a suitable framework.