mdbooklisted
Install: claude install-skill marceloeatworld/mdbook-ai-skill
# mdBook Documentation
Complete reference for [mdBook](https://rust-lang.github.io/mdBook/), the Rust-based tool for creating books from Markdown. Auto-generated from the official guide at https://github.com/rust-lang/mdBook.
The `references/` directory contains the full, unmodified guide markdown, updated daily.
## Directives
- Base all answers on the official mdBook documentation in the reference files below.
- Use correct `book.toml` (TOML) syntax for configuration examples.
- Use correct `SUMMARY.md` format for table of contents structure.
- Distinguish between **built-in preprocessors** (links, index) and **custom preprocessors**.
- Distinguish between **built-in renderers** (HTML) and **alternative backends** (pdf, epub, etc.).
## Reference Files
Identify the topic from the user's question, then read the matching reference file:
### Getting Started
| Topic | File |
|-------|------|
| Overview and introduction | **`references/overview.md`** |
| Installation (cargo, binaries) | **`references/installation.md`** |
| Creating a new book | **`references/creating-a-book.md`** |
| Reading / navigating books | **`references/reading-books.md`** |
### CLI
| Topic | File |
|-------|------|
| All CLI commands (init, build, watch, serve, test, clean, completions) | **`references/cli.md`** |
### Book Format
| Topic | File |
|-------|------|
| SUMMARY.md structure and syntax | **`references/summary-format.md`** |
| Markdown features and extensions | **`references/markdown.m