deepfounder-ai/llm-wiki

10 stars · Last commit 2026-04-19

LLM-maintained personal wiki for Claude Code. Active librarian: ingest, synthesize, cross-link, remind.

README preview

# llm-wiki

A Claude Code plugin that turns Claude into an active librarian for your own knowledge.

Instead of classic RAG (re-deriving answers on every query), Claude incrementally builds and
maintains a persistent markdown wiki that synthesizes sources over time. Based on
[Karpathy's LLM Wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f).

## What it gives you

- **`/llm-wiki:wiki-ingest`** — save a URL, file, or the current session into the wiki. Claude
  decides: update an existing page or create a new one. Keeps sources, cross-links, and an index
  in sync.
- **`/llm-wiki:wiki-query`** — ask the wiki a question. Claude answers from the most relevant
  pages and can persist the answer back.
- **Proactive saving** — when something worth remembering surfaces in conversation, Claude
  dispatches the `wiki-curator` sub-agent *without* waiting for a command.
- **Per-session memory hygiene** — a soft reminder every ~10 turns if nothing has been saved, and
  a "you had a substantive session with no ingest" prompt on the next session start.

View full repository on GitHub →