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

  1. Identify needs - What must persist? (entities, decisions, patterns)
  2. Choose architecture - File-based, vector, graph, or hybrid
  3. Design retrieval - How will memory be accessed?
  4. Implement storage - With temporal validity
  5. Monitor growth - Prune and consolidate regularly

When to Use

Related skills
Installs
4
GitHub Stars
8
First Seen
Jan 24, 2026