memory-system

Installation
SKILL.md

Memory System

脚本路径:$SKILL_DIR/scripts/memory.py

这个 skill 负责三件事:把笔记存下来、把笔记建立索引、把相关记忆重新找回来。

环境要求

如果首次运行报依赖缺失,提示用户手动安装 Python 依赖,不要在主流程里自动安装:

python -m pip install sentence-transformers numpy
  • 嵌入模型:all-MiniLM-L6-v2
  • Python:3.10+
  • SQLite:内置;FTS5 可选

信任边界

Related skills

More from bahayonghang/my-claude-code-settings

Installs
35
GitHub Stars
14
First Seen
Feb 9, 2026