📚
AI EngineeringPython

Karpathy LLM Wiki

by Astro-Han

Karpathy LLM Wiki is an AI Engineering skill for Claude Code, published by Astro-Han in karpathy-llm-wiki.

1.9K stars227 forkson Astro-Han/karpathy-llm-wikiAdded 2026/08/18+3% in starsRepository updated 2026/07/23
agent-skillclaude-codecodexcursorkarpathyknowledge-baseknowledge-managementllmllm-wikimarkdownpersonal-knowledge-baseproductivityrag-alternative
Install in seconds
Install Karpathy LLM Wiki
Copy Karpathy LLM Wiki into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Astro-Han/karpathy-llm-wiki ~/.claude/skills/karpathy-llm-wiki

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Astro-Han/karpathy-llm-wiki.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in Astro-Han/karpathy-llm-wiki
Installs to
~/.claude/skills/karpathy-llm-wiki
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Karpathy LLM Wiki does

Karpathy LLM Wiki builds and maintains a personal LLM-powered knowledge base by ingesting sources into raw/ and compiling durable wiki articles with citations. Use it to query wiki knowledge, lint consistency, and compound a knowledge base over time.

Karpathy LLM Wiki is cataloged under AI Engineering on DirSkills. Karpathy LLM Wiki comes from a repository tagged agent-skill, claude-code, codex, cursor and karpathy.

Documentation

README

Karpathy LLM Wiki

Build and maintain a personal knowledge base using LLMs. You manage two directories: raw/ (immutable source material) and wiki/ (compiled knowledge articles). Sources go into raw/, you compile them into wiki articles, and the wiki compounds over time.

Core ideas from Karpathy:

  • "The LLM writes and maintains the wiki; the human reads and asks questions."
  • "The wiki is a persistent, compounding artifact."

Architecture

Three layers, all under the user's project root:

raw/ — Immutable source material. You read, never modify. Organized by topic subdirectories (e.g., raw/machine-learning/).

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Karpathy LLM Wiki

  • How does Karpathy LLM Wiki compare to other AI Engineering skills?

    Karpathy LLM Wiki ranks #895 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Karpathy LLM Wiki against them. Open each page to compare what they document and how they install.