ck:mintlify

Build and deploy documentation sites with OpenAPI and MDX components.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/EdgeHunt/EdgeHunt --skill ck-mintlify-edgehunt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:mintlify
Source: https://github.com/EdgeHunt/EdgeHunt/tree/main/.claude/skills/mintlify
Command: npx skills add https://github.com/EdgeHunt/EdgeHunt --skill ck-mintlify-edgehunt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mintlify enables teams to rapidly build and deploy consistent, scalable documentation for APIs, developer portals, and knowledge bases, reducing maintenance overhead and improving developer experience.

Core Features & Use Cases

  • Centralized docs.json configuration, navigation structures, and page frontmatter for consistent branding and behavior.
  • MDX component library support (Cards, Steps, Tabs, Accordions, CodeGroup, Callouts, Mermaid, View, Tiles, Tree, Badge, Banner, Color, Tooltips, Panel) and theming across seven themes.
  • OpenAPI/AsyncAPI integration, automatic API reference generation, and AI features (llms.txt, MCP, skill.md) for AI-assisted docs.
  • Deployment automation to GitHub, GitLab, Vercel, Cloudflare, and AWS, plus CLI tooling for local development and validation.

Quick Start

Install Mintlify, scaffold your docs, and run mint dev to preview locally.

Frequently Asked Questions about ck:mintlify

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

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

You can generate API documentation from an OpenAPI specification by configuring your project to read the spec file. The system automatically parses OpenAPI or AsyncAPI definitions to create and deploy a complete API reference.

Can I use MDX components to build interactive developer portals?

Yes, you can use MDX components to build interactive developer portals. The system supports a library of MDX components including Cards, Tabs, Accordions, Callouts, and Mermaid diagrams to create structured, interactive documentation pages.

What is the best way to structure navigation for a large knowledge base?

The best way to structure navigation for a large knowledge base is through a centralized configuration file. You define navigation structures and page frontmatter in this single file to ensure consistent branding and hierarchical page ordering.

Does Mintlify support deployment to Vercel and AWS?

Yes, deployment to Vercel and AWS is fully supported. The system provides deployment automation for GitHub, GitLab, Vercel, Cloudflare, and AWS, allowing you to publish your documentation site directly to these hosting platforms.

How do I apply custom theming to my API docs?

You apply custom theming to your API docs by selecting from seven built-in themes. You configure the visual style centrally to ensure consistent branding across all documentation pages and API references.

Do I need a root SKILL.md file to scaffold documentation locally?

Yes, you need a root SKILL.md file to scaffold documentation locally. This file must contain a name and description in its frontmatter, and its body provides the operational instructions loaded when the project is activated.