📄 SKILL.md

← Vault

name: llm-wiki

description: "Karpathy's LLM Wiki — build and maintain a persistent, interlinked markdown knowledge base. Ingest sources, query compiled knowledge, and lint for consistency."

version: 2.0.0

author: Hermes Agent

license: MIT

metadata:

hermes:

tags: [wiki, knowledge-base, research, notes, markdown, rag-alternative]

category: research

related_skills: [obsidian, arxiv, agentic-research-ideas]

config:

- key: wiki.path

description: Path to the LLM Wiki knowledge base directory

default: "~/wiki"

prompt: Wiki directory path


Karpathy's LLM Wiki

Build and maintain a persistent, compounding knowledge base as interlinked markdown files.

Based on Andrej Karpathy's LLM Wiki pattern.

Unlike traditional RAG (which rediscovers knowledge from scratch per query), the wiki

compiles knowledge once and keeps it current. Cross-references are already there.

Contradictions have already been flagged. Synthesis reflects everything ingested.

Division of labor: The human curates sources and directs analysis. The agent

summarizes, cross-references, files, and maintains consistency.

When This Skill Activates

Use this skill when the user:

mark in frontmatter, flag for user review.