Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
Add this skill
npx mdskills install sickn33/conversation-memoryAddresses an important problem but content appears truncated with no actionable implementation details
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:
Different memory tiers for different purposes
Store and update facts about entities
Include relevant memories in prompts
| Issue | Severity | Solution |
|---|---|---|
| Memory store grows unbounded, system slows | high | // Implement memory lifecycle management |
| Retrieved memories not relevant to current query | high | // Intelligent memory retrieval |
| Memories from one user accessible to another | critical | // Strict user isolation in memory |
Works well with: context-window-management, rag-implementation, prompt-caching, llm-npc-dialogue
Install via CLI
npx mdskills install sickn33/conversation-memoryConversation Memory is a free, open-source AI agent skill. Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
Install Conversation Memory with a single command:
npx mdskills install sickn33/conversation-memoryThis downloads the skill files into your project and your AI agent picks them up automatically.
Conversation Memory works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.