Skip to main content
LLM Wiki Compiler is a Claude Code plugin that transforms hundreds of scattered markdown files — meeting notes, research docs, strategy files — into a concise, topic-based knowledge wiki. Instead of re-reading thousands of lines every session, your AI agent reads a compact wiki and falls back to raw files only when needed.

Quick Start

Set up your wiki in under 10 minutes

Installation

Install the plugin into Claude Code

Commands

Full reference for all /wiki-* commands

Configuration

Customize sources, output, and behavior

How it works

1

Initialize

Run /wiki-init inside Claude Code. The plugin scans your markdown directories, samples your files, and proposes a custom article structure for your domain.
2

Compile

Run /wiki-compile. The plugin reads all your source files and compiles them into topic-based articles with coverage indicators and source backlinks.
3

Integrate

Add the wiki path to your AGENTS.md. Claude automatically reads the wiki each session — no extra commands needed.
4

Stay current

Run /wiki-compile incrementally as your files change, or use /wiki-ingest to add a single new file interactively.

Why use a wiki?

84% fewer tokens

Read an INDEX + 2 topic articles (~330 lines) instead of 13+ raw files (~3,200 lines) per session.

Knowledge compounds

Topics synthesize everything known across all your sources into one authoritative article per subject.

Trust indicators

Every section shows a coverage level (high / medium / low) so your agent knows when to go deeper.

Safe by design

Source files are never modified. The wiki can be deleted and regenerated at any time.