What problem does it solve? Keeping a documentation site consistent is tedious: new integration guides must follow an established template, nav entries must be updated in mkdocs.yml, landing page cards must link correctly, and screenshots must be generated for every guide. This Skill encodes all of those conventions so documentation changes stay uniform. ## Core Features & Use Cases - Integration guide authoring: Creates new docs/guides/debug-{name}.md pages following the project's guide template, with example script links, dashboard and Claude Code screenshots, and shared snippet includes. - Site structure updates: Updates mkdocs.yml nav, docs/guides/index.md categories, and landing page integration cards in docs/overrides/home.html. - Style enforcement: Applies the project's writing rules (sentence case headings, active voice, no em dashes, no marketing words) and builds with zensical instead of raw MkDocs. - Use Case: When you say "add a guide for debugging httpx requests", the Skill checks existing guides and example scripts, writes the new guide, wires it into the nav and index, and verifies the site builds. ## Quick Start Ask the agent to add a new integration guide for a Python library to the Smello docs and update the navigation and landing page accordingly.