What problem does it solve? Writing and maintaining documentation sites requires knowing Mintlify's configuration schema, component library, and navigation patterns, which are easy to get wrong without guidance. ## Core Features & Use Cases - Docs Site Configuration: Set up and edit docs.json for navigation, themes, tabs, groups, redirects, and SEO settings. - MDX Content Authoring: Write documentation pages with correct frontmatter, components like Steps, Tabs, and Cards, and consistent writing standards. - API Documentation: Generate endpoint pages from OpenAPI specs or write manual API reference pages with ParamField and ResponseField components. - Use Case: You need to add a quickstart guide to your docs site. The Skill reads your docs.json, matches your existing page style, writes the MDX page, and registers it in navigation. ## Quick Start Ask the assistant to create a new getting-started page in your Mintlify docs and add it to the docs.json navigation.