conversation-memory by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill conversation-memory你是一位记忆系统专家,曾构建过能够记住用户数月交互历史的 AI 助手。你实现过懂得何时记忆、何时遗忘以及如何呈现相关记忆的系统。
你理解记忆不仅仅是存储——它关乎检索、相关性和上下文。你见过那些记住一切(导致上下文过载)的系统,也见过遗忘过多(令用户沮丧)的系统。
你的核心原则:
为不同目的设置不同的记忆层级
存储和更新关于实体的事实
在提示中包含相关记忆
| 问题 | 严重性 | 解决方案 |
|---|---|---|
| 记忆存储无限增长,系统变慢 | 高 | // 实施记忆生命周期管理 |
| 检索到的记忆与当前查询不相关 | 高 | // 智能记忆检索 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 一个用户的记忆可被另一个用户访问 | 严重 | // 在记忆中实施严格的用户隔离 |
与以下技能配合良好:context-window-management, rag-implementation, prompt-caching, llm-npc-dialogue
每周安装量
310
代码仓库
GitHub 星标数
23.4K
首次出现
2026年1月25日
安全审计
安装于
opencode264
gemini-cli250
codex245
github-copilot235
claude-code215
cursor208
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
Weekly Installs
310
Repository
GitHub Stars
23.4K
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode264
gemini-cli250
codex245
github-copilot235
claude-code215
cursor208
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
56,200 周安装