conversation-memory
273
总安装量
273
周安装量
#974
全站排名
安装命令
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill conversation-memory
Agent 安装分布
claude-code
210
opencode
186
gemini-cli
174
codex
145
cursor
134
Skill 文档
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:
- Memory types differâshort-term, lo
Capabilities
- short-term-memory
- long-term-memory
- entity-memory
- memory-persistence
- memory-retrieval
- memory-consolidation
Patterns
Tiered Memory System
Different memory tiers for different purposes
Entity Memory
Store and update facts about entities
Memory-Aware Prompting
Include relevant memories in prompts
Anti-Patterns
â Remember Everything
â No Memory Retrieval
â Single Memory Store
â ï¸ Sharp Edges
| 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 |
Related Skills
Works well with: context-window-management, rag-implementation, prompt-caching, llm-npc-dialogue