memory-architecture-library
Installation
SKILL.md
Memory Architecture Library
Comprehensive patterns for AI agent memory management, context engineering, and session persistence.
When to Use
- Managing context windows critically
- Building agents that run across multiple sessions
- Implementing tiered memory systems
- Preventing context rot in long conversations
- Active retrieval patterns for large codebases
References
memory-architecture-core.md
Core 4-layer memory architecture (A/B/C/D) with compression-as-curation and verification.
context-compaction.md
Combat Context Rot by enforcing automatic compaction after extended conversations. Forces periodic context refresh.