llm-wiki

Ingests sources into a persistent, interlinked Markdown wiki with YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Karpathy's LLM Wiki provides a persistent, interlinked Markdown knowledge base that ingests sources, compiles them into cross-referenced pages, and ensures consistency across content over time.

Core Features & Use Cases

  • Ingest sources into a living knowledge base and automatically organize them into linked Markdown pages.
  • Compile, cross-link, and lint knowledge to maintain consistency and enable efficient querying.
  • Use for research workflows: create a wiki from sources, query combined insights, and track provenance and revisions.

Quick Start

Ingest a set of sources to initialize and grow your persistent interlinked Markdown knowledge base.

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 Markdown wiki from multiple research sources?

To build a persistent Markdown wiki, you ingest research sources to automatically generate interlinked pages. The system compiles and organizes knowledge into cross-referenced Markdown files with YAML frontmatter, enabling efficient local querying and provenance tracking.

Does this wiki structure support Obsidian wikilinks and YAML frontmatter?

Yes, the wiki structure fully supports Obsidian-compatible wikilinks and enforces YAML frontmatter for all pages. This ensures your knowledge base maintains strict structural consistency, allowing you to cross-link pages and lint content directly within Obsidian.

How do I lint a local knowledge base to maintain consistency across Markdown pages?

You can lint a local knowledge base by applying the built-in linting capabilities to your Markdown pages. This process checks YAML frontmatter and wikilink structures, enforcing consistency across your interlinked content and highlighting revisions or broken references.

What is the best way to cross-link and query insights from ingested research documents?

The best way to cross-link and query insights is to ingest documents into the wiki, which automatically creates an index and interlinked Markdown pages. You can then query these combined insights while tracking source provenance and content revisions over time.

Can I use this knowledge base for tracking provenance and revisions in research workflows?

Yes, you can use this knowledge base for research workflows to track provenance and revisions. It ingests sources into a living wiki, automatically organizing them into linked pages with YAML frontmatter and logs to maintain an auditable trail of updates.

Why does my Markdown wiki require YAML frontmatter for every page?

Your Markdown wiki requires YAML frontmatter to enforce structural consistency and enable reliable linting. This standardized metadata allows the system to properly index pages, track provenance, and manage cross-linking within Obsidian-compatible structures.