BeClaude

mintlify

Official PluginDevelopmentby Anthropic

Build beautiful documentation sites with Mintlify. Convert non-markdown files into properly formatted MDX pages, add and modify content with correct component use, and automate documentation updates.

First seen 4/17/2026

Summary

This skill helps you build and maintain beautiful documentation sites with Mintlify by converting non-markdown files into properly formatted MDX pages, adding and modifying content with correct component use, and automating documentation updates.

  • It streamlines the process of creating developer-friendly documentation directly from Claude Code.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install mintlify@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Convert a set of API reference files from OpenAPI/Swagger JSON into Mintlify MDX pages with proper component usage.
Add a new tutorial page to an existing Mintlify documentation site, including code examples and callout components.
Update multiple documentation pages to fix broken links or standardize component usage across the site.
Generate a complete Mintlify documentation site structure from a folder of markdown files, automatically creating the mint.json config.
Migrate legacy documentation from a static site generator to Mintlify, converting all pages to MDX with correct syntax.
Automate the addition of changelog entries to a Mintlify docs site from a changelog markdown file.

Usage Examples

1

/mintlify convert my-api-spec.json to MDX pages in ./docs

2

Add a new 'Getting Started' guide to my Mintlify docs using the Callout and CodeGroup components

3

Update all pages in ./docs to use the latest Card component syntax

View source on GitHub
documentation

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is mintlify?

This skill helps you build and maintain beautiful documentation sites with Mintlify by converting non-markdown files into properly formatted MDX pages, adding and modifying content with correct component use, and automating documentation updates. It streamlines the process of creating developer-friendly documentation directly from Claude Code.

How to install mintlify?

To install mintlify: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install mintlify@<marketplace>. Finally, /plugin in Claude Code.

What is mintlify best for?

mintlify is a plugin categorized under Development. It is designed for: documentation. Created by Anthropic.

What can I use mintlify for?

mintlify is useful for: Convert a set of API reference files from OpenAPI/Swagger JSON into Mintlify MDX pages with proper component usage.; Add a new tutorial page to an existing Mintlify documentation site, including code examples and callout components.; Update multiple documentation pages to fix broken links or standardize component usage across the site.; Generate a complete Mintlify documentation site structure from a folder of markdown files, automatically creating the mint.json config.; Migrate legacy documentation from a static site generator to Mintlify, converting all pages to MDX with correct syntax.; Automate the addition of changelog entries to a Mintlify docs site from a changelog markdown file..