Mintlify
Build beautiful documentation sites with Mintlify. Convert non-markdown files into properly formatted MDX pages, add and modify content with
Open source Repository Open in the app JSON README (API)
About
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.
Details
- Kind
- Plugins
- Topic
- Files & documents
- Publisher
- mintlify
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 7
- Forks
- 2
- Last push
- 2026-09-03T21:35:25Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-09-12 04:04:13
- Origin id
mintlify/mintlify-claude-plugin/mintlify
README
# Mintlify Claude plugin A Claude Code plugin that gives Claude a comprehensive reference for building [Mintlify](https://mintlify.com) sites. ## What it does Installs a `mintlify` skill that Claude can invoke when working on Mintlify-powered sites. The skill covers: - **Components** — Full syntax and props for all Mintlify components (callouts, cards, steps, tabs, accordions, code groups, fields, frames, and more) - **Configuration** — Complete `docs.json` settings reference including theme, colors, logo, fonts, navbar, footer, redirects, integrations, and custom CSS/JS - **Navigation** — All navigation patterns: groups, tabs, anchors, dropdowns, products, versions, and languages - **API docs** — OpenAPI and AsyncAPI setup, endpoint pages, API playground configuration ## Installation To install the skills in this repo: ``` npx skills add mintlify/mintlify-claude-plugin ``` To install as a Claude Code plugin: ``` /plugin marketplace add mintlify/mintlify-claude-plugin /plugin install mintlify@mintlify-marketplace ``` ## Skills included ### `mintlify` Invoke with `/mintlify:mintlify` or let Claude use it automatically when working on Mintlify projects. The skill loads a concise core reference and routes to detailed reference files only when the task requires them: | Reference file | Contents | |----------------|----------| | `reference/components.md` | All component syntax, props, and examples | | `reference/configuration.md` | Full `docs.json` schema and frontmatter fields | | `reference/navigation.md` | Navigation patterns and when to use each | | `reference/api-docs.md` | API documentation setup and playground config | ## License MIT