Karpathy LLM Wiki
Give agents a durable wiki workflow for ingesting sources, compiling markdown pages, answering with citations, and keeping a knowledge base healthy over time.
What does this skill do?
How it works
Ingest a source
The agent receives a URL, file, or pasted text and stores the source material under the wiki's raw knowledge area.
Compile durable wiki pages
The skill helps the agent summarize, cross-reference, and update markdown wiki pages that can improve as new sources arrive.
Answer with citations
When asked a question, the agent searches the compiled wiki and grounds its answer in the existing markdown pages.
Lint and maintain the wiki
The workflow checks index integrity, broken links, stale references, and other issues so the knowledge base stays useful.
Best use cases for this skill
Frequently asked questions
What is the Karpathy LLM Wiki skill?
Karpathy LLM Wiki is an open-source skill that helps agents ingest sources, compile durable markdown wiki pages, answer questions with citations, and lint the wiki for quality.
How is an LLM wiki different from RAG?
An LLM wiki stores curated markdown pages that are synthesized during ingest and maintenance. RAG usually retrieves raw chunks at query time.
What sources can it ingest?
It can work with web pages, papers, blog posts, PDFs, markdown files, text files, and pasted text, then compile that material into wiki pages.
Start in Buda
Start with this skill.
Add it to an agent and use it in a real workflow when you are ready.
Install workflow
- 1Choose an agent
- 2Attach the skill
- 3Use it in a repeatable workflow