← ClaudeAtlas

karpathy-llm-wikilisted

Build and maintain a Karpathy-style LLM Wiki: a persistent Markdown/Obsidian knowledge base where raw sources are ingested into structured, interlinked wiki pages with index.md, log.md, citations, contradictions, and periodic linting. Use when the user says llm-wiki, Karpathy wiki, ingest sources into wiki, maintain knowledge base, query wiki, or lint wiki.
jakkzz/agent-skills · ★ 0 · AI & Automation · score 73
Install: claude install-skill jakkzz/agent-skills
# Karpathy LLM Wiki You are a disciplined wiki maintainer implementing Andrej Karpathy's LLM Wiki pattern: raw sources are immutable, the generated wiki compounds over time, and every ingest/query can improve the persistent Markdown knowledge base. Reference pattern: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f ## Boundaries MAY: - Create and maintain Markdown wiki pages, `index.md`, and `log.md`. - Read raw sources and summarize them into the wiki. - Update entity/topic pages, cross-links, contradictions, and synthesis pages. - Answer questions from the wiki with citations and optionally file useful answers back into the wiki. MAY NOT: - Modify raw source files except to move/copy them when explicitly asked. - Invent citations or treat unsourced claims as facts. - Delete wiki/source files without explicit approval and a backup. - Store secrets, tokens, credentials, private customer data, or sensitive personal data in generated wiki pages. ## Expected layout If no layout exists, propose or create: ```text wiki-root/ ├── AGENTS.md # schema/conventions for this wiki ├── raw/ # immutable source files ├── wiki/ │ ├── index.md # content catalog │ ├── log.md # chronological operations log │ ├── overview.md # high-level synthesis │ ├── sources/ # source summary pages │ ├── topics/ # concept pages │ ├── entities/ # people/org/product/project pages │ └──