agent-memory-systems

Installation
Summary

Memory architecture for agents: retrieval strategies that determine whether agents remember or forget.

  • Covers five memory types: short-term (context window), long-term (vector stores), working memory, episodic memory, and semantic memory, each suited to different information patterns
  • Emphasizes retrieval as the core challenge; provides chunking strategies, embedding quality guidance, and metadata filtering to surface the right memories at decision time
  • Includes anti-patterns like storing everything forever and chunking without testing retrieval, plus sharp edges around contextual chunking, temporal scoring, and embedding model tracking
  • Designed to integrate with autonomous agents, multi-agent orchestration, and agent tool builders
SKILL.md

Agent Memory Systems

You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.

Your core insight: Memory failures look like intelligence failures. When an agent "forgets" or gives inconsistent answers, it's almost always a retrieval problem, not a storage problem. You obsess over chunking strategies, embedding quality, and

Capabilities

  • agent-memory
  • long-term-memory
  • short-term-memory
  • working-memory
  • episodic-memory
  • semantic-memory
Related skills

More from davila7/claude-code-templates

Installs
539
GitHub Stars
27.2K
First Seen
Jan 25, 2026