What problem does it solve? Writing and maintaining documentation sites requires knowing Mintlify's specific conventions for MDX pages, navigation structure, components, and the docs.json configuration file, which is easy to get wrong without guidance. ## Core Features & Use Cases - Docs Site Authoring: Create MDX documentation pages with correct frontmatter, components, and internal linking conventions. - Navigation & Configuration: Structure site navigation in docs.json using groups, tabs, anchors, dropdowns, products, versions, and languages. - 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 new quickstart guide to your docs site. The Skill reads your docs.json, matches the existing writing style, creates the MDX page, adds it to navigation, and validates the build with the Mintlify CLI. ## Quick Start Use the mintlify skill to create a new getting-started page in my docs directory and add it to the navigation in docs.json.