What problem does it solve? Repositories without a documentation structure end up with documents scattered in ad-hoc locations, missing directory maps, and files that later have to be moved at the cost of their history. This Skill establishes the complete canonical docs tree before any content is written, so every future document has a legal home from the first commit. ## Core Features & Use Cases - Canonical tree creation: Inventories the current tree against the canonical Diátaxis-based layout (tutorials, how-to, reference, explanation, adr, work, assets), creates every missing directory, and gates all content writing on a clean structure check. - Complete seed READMEs: Writes a root README as a full map of every directory plus one README per directory listing every file, with humanized prose and verified relative links. - Ledger integration: Records every seeded file in the project's documentation ledger when one exists, and supports a config-gated extension that binds a project's docs tool (check, scaffold, link-check, record subcommands) via .ai-badger/config.json. - Use Case: A fresh repository contains only a README. Invoke this Skill to produce the full docs/ tree, a root map README, per-directory READMEs, and ledger entries so the next documentation check passes immediately. ## Quick Start Set up the canonical documentation structure for this repository, including the docs tree, directory READMEs, and ledger entries.