llm-wiki

仓库创建 2026年4月6日最近提交 24 天前SkillHot 收录 21 天前
▸ 精选理由

提供清晰的三层架构与落地流程,适合搭建长期知识库的用户。

这个 Skill 做什么

为 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 开发管理知识蒸馏Obsidian架构通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/llm-wiki/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/llm-wiki/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有