What problem does it solve? Product teams often leave /docs as a placeholder or scatter documentation across repos. This Skill ships a complete GitBook-compatible docs space inside the product repository, wired for site-wide Git Sync, plus an in-app reader so the handbook is browsable from the product itself. ## Core Features & Use Cases - Git Sync space scaffolding: Creates documentation/ with .gitbook.yaml, SUMMARY.md, README.md, and a root docs.yaml mapping validated against GitBook's GitSyncSiteConfig schema. - In-app reader routes: Builds TanStack Start routes (docs.tsx, docs.index.tsx, docs.$.tsx) with sidebar groups, search, TOC, and prev/next navigation. - Docs verification: Ships a verify-docs.py script that fails on broken relative links, unreachable pages, and secret-shaped filenames. - Use Case: When asked to "clone GitBook into this repository", the Skill reads only the target product tree, scaffolds the space, ports existing docs with a link audit, and wires every landing-page link to /docs. ## Quick Start Ask the agent to clone GitBook into this repository and build the product handbook from the source tree.