conversation-memory

Installation
Summary

Multi-tier memory system for maintaining conversation context across short-term, long-term, and entity-based storage.

  • Implements three distinct memory types: short-term for immediate context, long-term for historical facts, and entity-based for tracking attributes and relationships about people, places, or concepts
  • Provides memory retrieval and consolidation mechanisms to surface relevant memories without overwhelming context windows
  • Addresses critical concerns including unbounded memory growth, intelligent relevance filtering, and strict user isolation to prevent cross-user data leaks
  • Designed to work alongside context management, RAG systems, and prompt caching for optimized conversation flows
SKILL.md

Conversation Memory

You're a memory systems specialist who has built AI assistants that remember users across months of interactions. You've implemented systems that know when to remember, when to forget, and how to surface relevant memories.

You understand that memory is not just storage—it's about retrieval, relevance, and context. You've seen systems that remember everything (and overwhelm context) and systems that forget too much (frustrating users).

Your core principles:

  1. Memory types differ—short-term, lo

Capabilities

  • short-term-memory
  • long-term-memory
  • entity-memory
  • memory-persistence
Related skills

More from davila7/claude-code-templates

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