slm-remember
仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
用于长期保存项目约定与关键决策,利于跨会话追踪与协作。
▸ 风险提示
会写入本地记忆库,需注意隐私与权限控制
这个 Skill 做什么
将事实、决策和约束以原子条目形式持久写入 SuperLocalMemory。
把重要的事实、决定、约束或容易忘的“gotcha”以原子条目存到 SuperLocalMemory,且每次只存一条。只有那些持久且未来会话会用到的信息才存,存前要先检索以免重复。适合记录团队决策、项目规范或长期偏好等需要跨会话保留的内容。
▸ 展开 SKILL.md 英文原文
Capture durable facts, decisions, constraints, and gotchas into SuperLocalMemory. Use when the user says "remember that", "save this decision", "note this constraint", or when a session produces a conclusion worth persisting across sessions. Always recall first to avoid duplicates.
199
Stars
34
Forks
37
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin/skills/slm-remember/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin/skills/slm-remember/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# slm-remember — Capture Durable Facts
Store atomic, durable facts into SuperLocalMemory for retrieval in future
sessions. One fact per call. Recall before you remember.
---
## What to store (and what not to)
**Store:**
- Architectural decisions ("Decided to use Postgres not MySQL — reason: JSONB support")
- Project conventions ("All API routes follow /api/v1/resource/{id} pattern")
- Hard constraints ("Never expose raw SQL errors to the HTTP response")
- Resolved gotchas ("Ollama needs keep_alive=-1 or it unloads the model between calls")
- Security rules ("Rate limit all public endpoints at 100 req/min")
**Do not store:**
- Transient context that is only relevant within this conversatvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有