memory-systems
Installation
SKILL.md
Memory Systems Skill
Overview
This skill addresses agent persistence across sessions through layered architectures balancing immediate context with long-term knowledge retention. Effective memory systems enable agents to learn, maintain consistency, and reason over accumulated knowledge.
Quick Start
- Identify needs - What must persist? (entities, decisions, patterns)
- Choose architecture - File-based, vector, graph, or hybrid
- Design retrieval - How will memory be accessed?
- Implement storage - With temporal validity
- Monitor growth - Prune and consolidate regularly