llm-wiki

Distill raw sources into a persistent Obsidian-compatible knowledge wiki.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Nero-kk/claude-agent-skills --skill llm-wiki-nero-kk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/Nero-kk/claude-agent-skills/tree/main/claude-skills/llm-wiki
Command: npx skills add https://github.com/Nero-kk/claude-agent-skills --skill llm-wiki-nero-kk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Distill and maintain a persistent knowledge wiki from raw sources to turn scattered inputs into a coherent, cross-referenced knowledge base that remains current without re-deriving content on every query.

Core Features & Use Cases

  • Three-layer architecture (raw sources → wiki → schema) that keeps original sources intact while delivering a searchable, cumulative wiki.
  • Provenance-first organization with frontmatter, wikilinks, and structured page templates to trace every claim to its source.
  • Use cases include personal knowledge management, research note organization, and team knowledge vaults that evolve over time.

Quick Start

Initialize a new Obsidian wiki using the Karpathy LLM Wiki pattern and set up the wiki/, CLAUDE.md, index.md, and the three-layer architecture (raw sources, wiki, schema) in your vault.

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 wiki from raw sources using Obsidian?

Build a persistent knowledge wiki by applying a three-layer architecture—raw sources, wiki, and schema—to distill scattered inputs into cross-referenced Obsidian markdown pages with frontmatter provenance.

What is the LLM wiki pattern for knowledge management?

The LLM wiki pattern is a foundational knowledge-management approach that organizes content into raw sources, a wiki, and a schema, ensuring every claim traces back to its source via frontmatter and wikilinks.

How do I set up a three-layer knowledge vault with CLAUDE.md and index.md?

Set up the three-layer knowledge vault by initializing an Obsidian vault with a raw sources directory, wiki pages, and a schema layer that explicitly includes CLAUDE.md, index.md, and cross-page linking.

Can I use this wiki pattern for team knowledge vaults that evolve over time?

Yes, the wiki pattern supports team knowledge vaults by maintaining a cumulative, searchable knowledge base that remains current without re-deriving content on every query.

Does the knowledge wiki pattern require Obsidian-compatible markdown and frontmatter?

Yes, the wiki pattern requires Obsidian-compatible markdown and frontmatter-driven pages to enforce provenance-first organization and trace every claim to its original source.

What's the best way to maintain provenance across a research knowledge base?

Maintain provenance by structuring research notes with frontmatter-driven page templates, wikilinks, and a schema layer that keeps original sources intact while delivering a searchable wiki.