mintlify

Builds and maintains Mintlify documentation sites from MDX files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Documentation Site Generation: Transforms MDX files into professional documentation websites.
  • Configuration Management: Assists in setting up site-wide configurations, navigation, and themes via docs.json.
  • Content Creation & Organization: Guides users on writing content, using Mintlify components, and structuring documentation effectively.
  • API Documentation: Facilitates the generation of API reference pages from OpenAPI specifications.
  • Use Case: A software team needs to create a new documentation portal for their API. This Skill can help them set up the project structure, configure the navigation, write initial guides using components, and integrate their OpenAPI spec for automatic API reference generation.

Quick Start

Use the mintlify skill to create a new documentation page with the title "Getting Started" and add it to the "Introduction" section of the site 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 from MDX files?

You can build a documentation site by transforming MDX files into discoverable web pages using Mintlify, managing site-wide configurations in `docs.json` and structuring content with YAML frontmatter.

Can I generate API reference pages from an OpenAPI specification?

Yes, API reference pages can be automatically generated by providing your OpenAPI specifications to the Mintlify platform, creating structured documentation without manual writing.

How do I configure site navigation and themes for a documentation portal?

Site navigation and themes are configured by defining settings within the `docs.json` file, allowing you to manage site-wide configurations and structure the documentation effectively.

Does Mintlify support custom styling for documentation sites?

Custom styling is supported via a `custom.css` file, allowing you to apply specific visual styles alongside the built-in components used for structured documentation.

What is the best way to organize content when creating a new documentation page?

The best way to organize content is by using MDX files with YAML frontmatter and built-in Mintlify components, ensuring consistency and discoverability across the documentation site.