mintlify

Build and maintain Mintlify documentation sites from MDX files.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill mintlify-loveoplay2023-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mintlify
Source: https://github.com/loveoplay2023-hue/OpenMehdi/tree/main/.agents/skills/mintlify
Command: npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill mintlify-loveoplay2023-hue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users build and maintain documentation sites using Mintlify, streamlining the process of creating and organizing documentation.

Core Features & Use Cases

  • Documentation Site Creation: Build and manage documentation using MDX files and Mintlify's platform.
  • Configuration Management: Configure site-wide settings, navigation, themes, and components.
  • Content Organization: Structure documentation logically using groups, tabs, and menus.
  • API Documentation: Generate API reference pages from OpenAPI specifications.
  • Use Case: A developer needs to create a new documentation site for their open-source project. They can use this Skill to set up the basic structure, configure the navigation, and start writing content in MDX format.

Quick Start

Use the mintlify skill to create a new documentation page with the title "Getting Started" and add it to the "guides" section of the navigation.

Frequently Asked Questions about mintlify

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

FAQPage Schema
How do I build a documentation site using MDX files?

To build a documentation site with MDX files, you transform them into organized pages using the Mintlify platform. This involves configuring site settings via docs.json and structuring content logically with groups, tabs, and built-in components.

What is the best way to organize documentation pages into navigation menus?

Organizing documentation pages into navigation menus is handled by configuring the docs.json file. You can structure your site logically by defining groups, tabs, and menus to ensure users can easily navigate your MDX content.

Do I need Node.js to generate and maintain a Mintlify documentation site?

Yes, you need Node.js installed to generate and maintain a Mintlify documentation site. Node.js is required to run the CLI operations for local development, building, and maintaining your MDX content.

Can I generate API reference pages from OpenAPI specifications?

Yes, you can generate API reference pages directly from OpenAPI specifications. This allows you to automatically create structured API documentation pages within your Mintlify site without manually writing the endpoints.

How do I configure site-wide settings and themes for my documentation?

Configuring site-wide settings and themes for your documentation is done through the docs.json file. This configuration file manages global settings, navigation structure, themes, and the integration of built-in components across your MDX pages.