memory-architecture-library
1
总安装量
1
周安装量
#48114
全站排名
安装命令
npx skills add https://github.com/jtapias92672/onedrive_1_1-19-2026-2 --skill memory-architecture-library
Agent 安装分布
openclaw
1
Skill 文档
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.
context-compiler.md
Dedicated Context Compiler session to curate context packages for Worker agents, preventing bias from failed attempts.
active-retrieval.md
Progressive disclosure by actively retrieving only needed context. Grep for specific patterns instead of reading full files.
domain-memory-pattern.md
Two-agent system (Initializer/Worker) for multi-session projects with features.json and progress.md tracking.
Usage
Load specific references as needed:
view /mnt/skills/user/memory-architecture-library/references/context-compaction.md