Leaderboard/Knowledge/karpathy-llm-wiki
Last commit on July 23, 2026·Created on April 5, 2026

Astro-Han/karpathy-llm-wiki

A structured system for compounding personal knowledge through LLM-driven synthesis
Combined rank
#167
across all skills
In Knowledge
#7
category rank
Stars
2.3k
+3.6% in last 7d
Forks
271
+4.6% in last 7d
Watchers
17
+6.3% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides a framework for building a persistent knowledge base by separating immutable source material from compiled articles. It helps users transform raw data into an organized wiki, using LLMs to ingest sources and maintain the quality of the resulting knowledge base.

It is designed for those managing a personal LLM-powered wiki who need to regularly compile raw inputs into structured articles and query their accumulated knowledge.

WHO IT'S FOR
AI agent power users
building a personal LLM-powered knowledge base
Knowledge management practitioners
ingesting raw sources into compiled wiki articles
Technical researchers
verifying facts against immutable source material
AI coding assistant users
querying a structured local knowledge base
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Install karpathy-llm-wiki

Installs: The repository's single installable karpathy-llm-wiki skill · Claude Code, Cursor, Codex, other Agent Skills tools

  1. Run this terminal command to install the karpathy-llm-wiki skill:

    npx add-skill Astro-Han/karpathy-llm-wiki
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Ingest a source into a new wiki

Uses karpathy-llm-wiki

  • A source URL to substitute for <SOURCE_URL>
  • A project root where the raw/ and wiki/ directories may be initialized if missing
Using the karpathy-llm-wiki skill, ingest this article: <SOURCE_URL>. Replace <SOURCE_URL> with the URL of the article you want to add.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Ask a grounded question about your wiki

Uses karpathy-llm-wiki

  • An initialized wiki created by a prior ingest
  • A subject to substitute for <TOPIC>
Using the karpathy-llm-wiki skill, answer this question from my wiki with citations: What do I know about <TOPIC>? Replace <TOPIC> with the subject you want to investigate.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Check wiki health

Uses karpathy-llm-wiki

  • An initialized wiki created by a prior ingest
Using the karpathy-llm-wiki skill, lint my wiki and report the broken links, missing index entries, stale cross-references, and any other detected issues.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026