md-book
MD-Book Documentation Generator Skill
Use this skill when working with MD-Book, a modern mdbook replacement for generating HTML documentation from Markdown files.
Overview
MD-Book is a Rust-based documentation generator that converts Markdown files to beautiful, searchable HTML documentation. It supports multiple markdown formats (Markdown, GFM, MDX), server-side syntax highlighting, live development server, and integrated Pagefind search.
CLI Usage
Basic Commands
# Build documentation (converts markdown to HTML)
md-book -i input_dir -o output_dir
# Development mode with file watching
md-book -i input_dir -o output_dir --watch
More from terraphim/opencode-skills
requirements-traceability
|
6disciplined-implementation
|
4testing
|
4terraphim-hooks
|
4quality-gate
|
4gpui-components
Generates Rust code for GPUI desktop UI components following Zed editor patterns. Use when building desktop applications with gpui crate, creating themed UI components, implementing autocomplete/completions, building command palettes, or working with the gpui-component library. Covers RenderOnce components, Entity state management, theming with ActiveTheme, and Zed-style UI patterns.
4