ussumant/llm-wiki-compiler

225 stars · Last commit 2026-04-17

Claude Code plugin that compiles markdown knowledge files into a topic-based wiki. Implements Karpathy's LLM Knowledge Base pattern.

README preview

# LLM Wiki Compiler

A Claude Code plugin that compiles knowledge into a topic-based wiki — from scattered markdown files **or entire codebases**. Reduce context costs by ~90% and give your agent a synthesized understanding of any project.

**[Documentation](https://saydo-5cd0e3d7.mintlify.app/)**

### What's New in v2.0

- **Codebase mode** — generate wikis from code repositories, not just markdown files
- **Auto-detection** — `/wiki-init` detects whether you're in a codebase or knowledge project
- **Knowledge graph visualization** — interactive canvas-based graph of your wiki

![Knowledge Graph — Dayflow codebase wiki](assets/knowledge-graph.png)

![Article panel with coverage badges](assets/knowledge-graph-panel.png)

## Inspiration

This plugin implements the **LLM Knowledge Base** pattern described by [Andrej Karpathy](https://x.com/karpathy/status/2039805659525644595):

View full repository on GitHub →