mintlify

Creates and manages Markdown-based websites with built-in support for comments, themes, and search.

3|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/SeanHogg/coderClaw --skill mintlify-seanhogg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mintlify
Source: https://github.com/SeanHogg/coderClaw/tree/main/.coderClaw/.agents/skills/mintlify
Command: npx skills add https://github.com/SeanHogg/coderClaw --skill mintlify-seanhogg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and maintenance of documentation websites using the Mintlify platform, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Documentation Site Generation: Transforms MDX files into professional documentation sites.
  • Configuration Management: Manages site-wide settings, navigation, themes, and components via docs.json.
  • Content Creation & Organization: Guides users on writing content, using components, and structuring documentation.
  • API Documentation: Facilitates the generation of API reference pages from OpenAPI specifications.
  • Use Case: When asked to add a new guide on "Contributing Guidelines" to the project's documentation, this Skill will ensure the new page is correctly formatted in MDX, added to the docs.json navigation, and follows the established voice and structure.

Quick Start

Use the mintlify skill to add a new page titled "Getting Started" to the documentation site, ensuring it is correctly linked in the navigation.

Frequently Asked Questions about mintlify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an API reference page from an OpenAPI specification?

To generate API reference pages from an OpenAPI specification, configure your Mintlify site to read the spec file. Mintlify automatically transforms the OpenAPI definitions into structured, navigable API reference pages within your documentation website.

How do I manage navigation and site settings for a Mintlify documentation site?

You manage navigation, themes, and site-wide settings for a Mintlify documentation site by configuring the `docs.json` file. This central configuration file controls the structure, global components, and overall appearance of the generated docs site.

How do I add a new MDX guide to a docs-as-code site and ensure it follows best practices?

To add an MDX guide to a docs-as-code site, you create the MDX file, format the content using reusable components, and register the new page in the `docs.json` navigation. This ensures the guide adheres to the established site structure and best practices.

What is docs-as-code and how does it work for building documentation websites?

Docs-as-code is an approach where documentation is managed using the same workflows as software code. It works by transforming MDX files and configuration data into structured, professional documentation websites through a site generation platform like Mintlify.

Can I use reusable components when writing MDX files for my documentation site?

Yes, you can use reusable components when writing MDX files for your documentation site. This approach ensures content consistency, allows you to embed interactive elements, and helps maintain established voice and structure across all guides.