> ## Documentation Index
> Fetch the complete documentation index at: https://saydo-5cd0e3d7.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM Wiki Compiler

> Compile scattered markdown files into a topic-based wiki. Reduce LLM context costs by up to 84%.

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.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Set up your wiki in under 10 minutes
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Install the plugin into Claude Code
  </Card>

  <Card title="Commands" icon="terminal" href="/commands/wiki-init">
    Full reference for all `/wiki-*` commands
  </Card>

  <Card title="Configuration" icon="sliders" href="/configuration/config-file">
    Customize sources, output, and behavior
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="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.
  </Step>

  <Step title="Compile">
    Run `/wiki-compile`. The plugin reads all your source files and compiles them into topic-based articles with coverage indicators and source backlinks.
  </Step>

  <Step title="Integrate">
    Add the wiki path to your `AGENTS.md`. Claude automatically reads the wiki each session — no extra commands needed.
  </Step>

  <Step title="Stay current">
    Run `/wiki-compile` incrementally as your files change, or use `/wiki-ingest` to add a single new file interactively.
  </Step>
</Steps>

## Why use a wiki?

<CardGroup cols={2}>
  <Card title="84% fewer tokens" icon="chart-line">
    Read an INDEX + 2 topic articles (\~330 lines) instead of 13+ raw files (\~3,200 lines) per session.
  </Card>

  <Card title="Knowledge compounds" icon="layer-group">
    Topics synthesize everything known across all your sources into one authoritative article per subject.
  </Card>

  <Card title="Trust indicators" icon="shield-check">
    Every section shows a coverage level (high / medium / low) so your agent knows when to go deeper.
  </Card>

  <Card title="Safe by design" icon="lock">
    Source files are never modified. The wiki can be deleted and regenerated at any time.
  </Card>
</CardGroup>
