What problem does it solve?
mdBook projects often struggle with inconsistent conventions across authoring, review, and publishing. This Skill provides a centralized set of guidelines to standardize where books live, how pages are structured, and what tone to use.
Core Features & Use Cases
- Location and structure: The book resides in the book/ directory at the repository root, with book/src/SUMMARY.md serving as the source of truth.
- Running example & references: Example fixtures like example_kb are used to validate templates and outputs, ensuring real-world demonstrations.
- Content rules & tone: Enforces real command outputs, copy-pasteable code blocks, concise and direct tone, and alignment with the docs/specs.
- Page types & workflows: Outlines command pages, concept pages, the search guide, and the recommended workflows for writing and editing.
- Updating examples: Guidance on updating example_kb and re-running mdvs commands to refresh fixtures.
Quick Start
Apply the mdBook conventions to your book by following the defined page structure and tone guidelines.