ck:mintlify

Build and deploy Mintlify documentation sites from Markdown/MDX.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Mintlify helps teams turn Markdown/MDX documentation (plus optional OpenAPI/AsyncAPI specs) into a polished, navigable documentation website without hand-building the site UI.

Core Features & Use Cases

  • Docs site building from MDX: Convert MDX pages into an interactive documentation site driven by docs.json and page frontmatter.
  • Structured navigation & theming: Define groups, tabs, products, versions, languages, and apply one of the available themes for consistent UX.
  • API documentation from specs: Generate API pages and support interactive API playgrounds from OpenAPI/AsyncAPI definitions.
  • AI-readiness & integrations: Support AI features such as llms.txt, skill.md, and Model Context Protocol (MCP) so agents can discover and answer using your docs.
  • Deployment workflows: Deploy via supported platforms (e.g., GitHub/GitLab/Vercel/Cloudflare/AWS) and enable preview deployments for PRs.

Quick Start

Run the command: mint dev to locally preview your Mintlify documentation site.

Frequently Asked Questions about ck:mintlify

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

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

Generate interactive API documentation pages by importing OpenAPI or AsyncAPI definitions into your docs.json configuration. Mintlify automatically creates API reference pages with interactive playgrounds from these spec files.

Can I deploy Mintlify documentation to Vercel or AWS?

Make documentation sites AI-ready by adding llms.txt, skill.md, and Model Context Protocol (MCP) support. This allows AI agents to discover your content and answer queries using your developer documentation.

How do I preview my Mintlify site locally before deploying?

Preview your Mintlify site locally by running the mint dev command in your terminal. This allows you to validate MDX components and configuration changes before deploying to production.

Does Mintlify support multi-language content and versioning?

Mintlify supports multi-language content and versioning through its docs.json configuration. You can define groups, tabs, products, and versions to ensure consistent user experience across different languages.