By alsayadi
LLM-powered persistent wiki/knowledge base. Ingest sources, build interlinked pages, query with citations. Based on Karpathy's LLM Wiki pattern.
A persistent, compounding knowledge base powered by LLMs. Based on Karpathy's LLM Wiki pattern.
Instead of RAG-style retrieval (re-deriving answers every time), the LLM incrementally builds and maintains a structured wiki of interlinked markdown files. You curate sources and ask questions; the LLM handles all the bookkeeping.
Step 1: Add the marketplace:
/plugin marketplace add alsayadi/karpathy-llm-wiki-plugin
Step 2: Install the plugin:
/plugin install llm-wiki@karpathy-llm-wiki-plugin
That's it! /wiki is now available.
| Command | Description |
|---|---|
/wiki init [path] | Scaffold a new wiki (default: ./wiki) |
/wiki ingest <source> | Process a source and integrate into the wiki |
/wiki query <question> | Search and synthesize an answer |
/wiki lint | Health-check for issues |
/wiki search <term> | Full-text search across pages |
/wiki status | Show wiki stats |
wiki/
raw/ # Your source documents (immutable)
pages/ # LLM-generated markdown (LLM owns this)
index.md # Content catalog
log.md # Chronological operation log
schema.md # Conventions and structure
The wiki compounds over time. Works great with Obsidian for browsing (graph view, backlinks).
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBuild and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Personal LLM-managed wiki: ingest sources, cross-reference pages, query with citations, and lint your markdown knowledge base
Karpathy LLM Wiki 知识库 — Ingest / Query / Lint 三操作维护个人 LLM 知识体系
A persistent LLM-maintained wiki for your knowledge base. Ingest sources, query your knowledge, and lint for consistency.
Karpathy-style local-first LLM Wiki / Knowledge Compiler for Claude Code. Ingest sources, build a structured markdown knowledge base, and maintain it with AI-powered workflows.
LLM-maintained personal wiki skills for Claude Code. Implements Karpathy's LLM Wiki pattern — persistent, compounding knowledge base for research, codebase documentation, or any long-term knowledge accumulation.
npx claudepluginhub alsayadi/karpathy-llm-wiki-plugin