llm-wiki-en
Installation
SKILL.md
LLM Wiki
Turn your LLM into a Wiki maintainer. The LLM incrementally builds and maintains a persistent, interconnected Markdown knowledge base. Knowledge is compiled once and continuously updated, rather than re-derived each time.
Inspired by:
- Karpathy - LLM Wiki — Incremental knowledge base architecture
- Compound Engineering Plugin — Knowledge compounding: every problem-solving experience should make the next one easier
When to Use
The AI should proactively identify and use this skill when:
- User wants to build a knowledge base - "Help me organize these materials", "I want to create a wiki"
- User provides new learning materials - Shares an article, paper, book chapter that needs organizing
- User wants to query existing knowledge - "What did I previously read about this concept?"
- User wants to maintain wiki health - "Check the wiki for contradictions"
- User solved a problem - "Done", "Fixed it", "That worked"
- User is doing long-term research - Weeks/months-long research topics requiring knowledge accumulation
Related skills
More from dimple-smile/agent-skills
dev-log
AI 调试协作方案。将运行时日志通过 HTTP 请求实时收集,用户操作完成后 AI 可自行查看分析,无需截图或复制控制台。支持 JavaScript、Python、Go、Swift、Kotlin 等 14 种语言。
46llm-wiki
构建和维护个人知识库 Wiki。当用户需要收集整理知识、管理研究笔记、构建持久化的知识体系、或将解决问题的经验文档化时使用。
27llm-wiki:add
添加新资料到 Wiki。当用户说"帮我处理这篇文章"、"我放了新资料在 raw/"、"看看这个链接"时使用。支持文件、链接、文本三种输入。
1llm-wiki:query
查询 Wiki 知识库。当用户问"X 是什么?"、"帮我总结一下 Y"、"A 和 B 有什么区别?"时使用。基于 Wiki 内容综合回答,好的回答归档回 Wiki。
1llm-wiki:lint
健康检查 Wiki 知识库。当用户说"检查一下 wiki"、"帮我看看有没有问题"时使用。检测矛盾、孤儿页面、缺失概念、过时信息等 6 类问题。
1llm-wiki:init
初始化 Wiki 知识库。当用户说"建一个知识库"、"初始化 wiki"、"我想整理笔记"时使用。
1