llm-wiki

Ingest sources into a persistent markdown wiki with automatic wikilinks.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill llm-wiki-xiaoquqi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/research/llm-wiki
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill llm-wiki-xiaoquqi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Karpathy's LLM Wiki enables building and maintaining a persistent, interlinked markdown knowledge base by ingesting sources, compiling knowledge, and enforcing consistency checks.

Core Features & Use Cases

  • Ingest diverse sources (articles, papers, transcripts) into a living wiki structure with Layer 1 raw sources and Layer 2 wiki pages.
  • Auto-link related pages with wikilinks and maintain a central schema in SCHEMA.md to enforce conventions.
  • Provide orientation and lint workflows to keep content non-duplicative and consistent across sessions.

Quick Start

Ingest your first source to initialize the wiki and observe automatic cross-link generation.

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 interlinked markdown knowledge base from research sources?

You can build an interlinked markdown knowledge base by ingesting articles, papers, and transcripts into a wiki structure that automatically generates cross-links and enforces consistency through a central schema.

How do I automatically create cross-links between markdown wiki pages?

You create cross-links between markdown wiki pages by ingesting raw sources into a structured wiki; the system automatically generates wikilinks between related pages and enforces conventions using a central SCHEMA.md file.

Does this markdown wiki approach enforce strict tag taxonomy and frontmatter conventions?

Yes, the markdown wiki enforces strict tag taxonomy and frontmatter conventions by requiring adherence to a central schema and applying consistency lint workflows to keep content non-duplicative across sessions.

Can I ingest raw research papers and transcripts into a living wiki structure?

Yes, you can ingest raw research papers and transcripts into a living wiki structure by placing them as Layer 1 raw sources, which are then compiled into Layer 2 wiki pages with automatic cross-linking.

What's the best way to lint a markdown knowledge base for non-duplicative content?

The best way to lint a markdown knowledge base for non-duplicative content is to apply dedicated orientation and lint workflows that enforce frontmatter, wikilinks, and strict tag taxonomy across all sessions.

Do I need a configured wiki path to organize markdown research notes?

Yes, you need a configured wiki path to organize markdown research notes, as the persistent interlinked structure requires a specific directory to store raw sources, compiled pages, and the central schema.