llm-wiki

Ingest sources into a persistent, interlinked Markdown knowledge base.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Karpathy's LLM Wiki provides a persistent, interlinked Markdown knowledge base that ingests sources, cross-references content, and ensures consistency, so users avoid duplicating notes and keep knowledge coherent.

Core Features & Use Cases

  • Ingest sources into a structured wiki with cross-links, linting, and versioned pages.
  • Query and explore compiled knowledge with provenance and organization suitable for research notes.
  • Maintain long-running knowledge bases that stay current as sources evolve.

Quick Start

Ingest your first source and begin querying your 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 an interlinked Markdown knowledge base from multiple sources?

To build an interlinked Markdown knowledge base, you ingest sources into a structured wiki with cross-links, linting, and versioned pages to ensure consistency and avoid duplicating notes.

What's the best way to maintain long-running research notes as sources evolve?

Maintaining long-running research notes requires a persistent wiki that ingests evolving sources, cross-references content, and applies linting to keep your knowledge base coherent and current.

How do I query and explore a Markdown wiki with provenance?

Querying a Markdown wiki lets you explore compiled knowledge with provenance, retrieving cross-referenced research notes and sources through structured search capabilities.

Do I need YAML frontmatter to structure and tag a Markdown wiki?

Yes, you need YAML frontmatter in pages and a defined schema for structure and tagging to organize the Markdown wiki, requiring a configured wiki path for persistent storage.

Why does my Markdown knowledge base have inconsistent cross-references?

Inconsistent cross-references in a Markdown knowledge base occur when linting is not applied; ingesting sources with automated linting ensures coherent cross-links and organization.