skills/llm-wiki/SKILL.md
Use when the user says /wiki, /digest, or asks to save/ingest/digest conversation knowledge into the persistent wiki. Also use when conversation contains valuable insights worth preserving for future sessions.
npx skillsauth add Damon-GSY/claude-skills llm-wikiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将对话中的知识渐进式沉淀到 Obsidian wiki(Area/My-wiki/),让知识跨会话复利增长。
最重要的事:记录好奇心,而非仅仅记录知识。
客观知识到处都能查到,但以下内容是真正属于你的、不可替代的:
在执行任何 wiki 操作时,优先捕捉这些维度。一个页面如果只记录了"XX 是什么"而缺少"为什么这让我意外/好奇",那它是不完整的。
具体做法:
Documents/myNotes/Area/My-wiki/
├── index.md # 内容索引(每次操作后更新)
├── log.md # 操作日志(append-only)
├── conversations/ # 对话摘要页
├── concepts/ # 概念页(原子级知识点)
├── topics/ # 主题页(领域/问题集合)
├── entities/ # 实体页(人、组织、工具)
└── synthesis/ # 综合分析页(跨话题深度合成)
每个页面必须包含以下 frontmatter:
---
title: 页面标题
type: conversation | concept | topic | entity | synthesis
created: YYYY-MM-DD
updated: YYYY-MM-DD
tags: [wiki/类型, 其他标签]
sources: "[[conversation-YYYY-MM-DD-简短标识]]" # 来源对话
related: ["[[相关页面]]"] # 双向链接
summary: 一句话摘要,供 index 和快速检索用
---
规则:
sources 对于 conversation 页留空(它本身就是源)related 使用 Obsidian wikilinks,列出所有相关页面summary 不超过两行,必须能独立理解扫描当前对话,识别:
在 conversations/ 下创建文件,命名格式:YYYY-MM-DD-简短标识.md
内容结构:
# 对话主题
## 背景
为什么聊这个话题
## 关键讨论
- 要点1
- 要点2
## 结论与洞察
得出的核心结论
## 意外的发现
- [记录让你意外、好奇、认知被刷新的具体时刻]
- [对话前以为 X,实际是 Y 的认知转变]
## 衍生概念
- [[提取出的概念1]]
- [[提取出的概念2]]
概念页(concepts/):用概念名做文件名。每个概念一页,内容包含定义、关键要点、与其他概念的关系。必须包含"为什么值得关注"段落——记录好奇心驱动的原因,为什么这个概念让你意外或产生追问。
主题页(topics/):用主题名做文件名。聚合多个相关概念,形成领域视图。
实体页(entities/):用实体名做文件名。记录关键属性和与知识体系的关系。
如果页面已存在:在末尾追加 ## 更新 [日期] 段落,补充新信息,修正过时内容。不要删除旧内容——保留知识演变的轨迹。更新 updated 字段。
在对应分类下追加新页面条目,格式:
- [[页面标题]] - summary 内容
更新统计数字。
在 log.md 末尾追加:
## [YYYY-MM-DD] ingest | 对话标题
- 新建:[[conversations/...]], [[concepts/...]]
- 更新:[[existing-page]]
- 涉及 N 个概念,N 个主题
知识有不同成熟度:
每次 ingest 时,检查是否需要将已有概念提升到更高层。例如:
related 互链sources 指回来源对话[[页面名]] 语法content-media
PDF 文档解析与知识提取。将 PDF 转为纯文本,支持分页提取、摘要生成、 结构化整理,并可将内容持久化为 workspace 参考资料。 当用户发送 PDF 文件,或提到"解析PDF"、"提取内容"、"PDF转文字"时激活。
testing
财商训练工具顾问。基于《财商训练工具手册》24个模块。 当用户讨论个人理财、储蓄预算、投资理财、消费心理、财务规划、 保险保障、债务管理、财务自由等财务智商话题时激活。 也适用于"怎么理财"、"如何攒钱"、"该不该买"、"投资建议"、 "怎么规划财务"类问题。
tools
Web search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you need to search the web and no search API is configured. Provides titles, URLs, and snippets for research queries. Zero dependencies — works with just the built-in web_fetch tool.
testing
On-demand agent loader from The Agency (msitarzewski/agency-agents). Searches 184 specialized AI agents by context, loads relevant ones into ~/.claude/agents/.