llm-wiki

Distill knowledge into an Obsidian-based wiki using a three-layer architecture.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill llm-wiki-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/llm-wiki
Command: npx skills add https://github.com/zjykzk/blog --skill llm-wiki-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The LLM Wiki pattern provides a framework to build a persistent, compounding knowledge base that is distilled once and kept current, rather than re-derived on every query, using Obsidian as the workspace.

Core Features & Use Cases

  • Three-layer architecture (raw sources, wiki, schema) with clear provenance and cross-links.
  • Guidance for knowledge-management strategy, wiki structure decisions, and project vs global content organization.
  • Supports ingestion, querying, linting as separate operations; this skill handles theory and schema coordination.

Quick Start

Set up your Obsidian vault, define the wiki schema, and begin distilling a small set of sources into the wiki.

Frequently Asked Questions about llm-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a persistent knowledge base in Obsidian for LLM workflows?

Build a persistent Obsidian knowledge base by applying a three-layer architecture: distill raw sources into structured wiki pages, enforce a frontmatter-driven schema, and track provenance to keep knowledge current without re-deriving it on every query.

What is the three-layer architecture for knowledge distillation in a wiki?

The three-layer architecture for knowledge distillation separates raw sources, the distilled wiki, and the governing schema. This structure enforces typed relationships and provenance tracking, ensuring compounding knowledge management rather than redundant data generation.

How do I set up an Obsidian wiki schema to manage AI knowledge?

Set up an Obsidian wiki schema by defining a frontmatter-driven page structure that enforces typed relationships and provenance tracking. You then coordinate ingestion, querying, and linting as separate operations to maintain content governance.

Does the LLM wiki pattern support project-based and global knowledge organization?

Yes, the LLM wiki pattern provides explicit guidance for knowledge-management strategy, allowing you to structure both project-based and global content organization within your Obsidian vault to ensure clear provenance and cross-links.

What's the best way to track provenance when distilling raw sources into a wiki?

Track provenance when distilling raw sources by applying a frontmatter-driven page schema and integrating references to canonical sources. This ensures all distilled knowledge within the three-layer architecture remains traceable and governed.

When should I not use a distilled wiki approach for knowledge management?

Avoid using a distilled wiki approach if your workflow requires re-deriving context dynamically on every query rather than maintaining a compounding knowledge base. This pattern relies on separating ingestion, querying, and linting into distinct operations.