llm-wiki
提供清晰的三层架构与落地流程,适合搭建长期知识库的用户。
为 Obsidian 构建持续可维护的三层知识蒸馏型 wiki 模式。
说明用 LLM Wiki 的三层架构(原始资料 → 精炼 wiki → 结构化 schema)来搭建和维护可持续的 Obsidian 知识库,帮你规划知识蒸馏和治理策略。适合要建立新知识库或优化现有结构时参考。特点是把 wiki 当作一次编译后的常驻产物,而非每次查询都重推导。
▸ 展开 SKILL.md 英文原文
The foundational knowledge distillation pattern for building and maintaining an AI-powered Obsidian wiki. Based on Andrej Karpathy's LLM Wiki architecture. Use this skill whenever the user wants to understand the wiki pattern, set up a new knowledge base, or needs guidance on the three-layer architecture (raw sources → wiki → schema). Also use when discussing knowledge management strategy, wiki structure decisions, or how to organize distilled knowledge. This is the "theory" skill — other skills handle specific operations (ingesting, querying, linting).
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/llm-wiki/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/llm-wiki/SKILL.md"# LLM Wiki — Knowledge Distillation Pattern You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a **compiled artifact** where knowledge is distilled once and kept current, not re-derived on every query. ## Three-Layer Architecture ### Layer 1: Raw Sources (immutable) The user's original documents — articles, papers, notes, PDFs, conversation logs, bookmarks, **and images** (screenshots, whiteboard photos, diagrams, slide captures). These are never modified by the system. They live wherever the user keeps them (configured via `OBSIDIAN_SOURCES_DIR` in `.env`). Images are first-class sources: the ingest skills read them via the Read tool's vision