← ClaudeAtlas

mdbooklisted

This skill should be used when the user asks about "mdBook", "mdbook", "book.toml", "SUMMARY.md", "mdbook build", "mdbook serve", "mdbook init", "mdbook watch", "mdbook test", "mdbook clean", "mdBook configuration", "mdBook preprocessor", "mdBook renderer", "mdBook backend", "mdBook theme", "mdBook syntax highlighting", "mdBook MathJax", "mdBook search", "mdBook CI deployment", "mdBook GitHub Pages", "mdBook GitLab Pages", "mdBook custom theme", "index.hbs", "mdBook editor", "mdBook markdown", "mdBook include files", "mdBook hiding code lines", or any topic related to creating, configuring, theming, building, or deploying documentation books with mdBook.
marceloeatworld/mdbook-ai-skill · ★ 2 · Data & Documents · score 66
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