ck:mintlify

Automate Mintlify documentation site creation and deployment via CLI.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-mintlify-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:mintlify
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.qwen/skills/mintlify
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-mintlify-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Mintlify teams often struggle with maintaining consistent, scalable documentation across platforms. Automating setup and deployment of docs, while ensuring OpenAPI integration and i18n/navigation patterns, can be tedious and error-prone.

Core Features & Use Cases

  • Automated docs.json configuration, MDX components (Cards, Steps, Tabs, Accordions, CodeGroup, Callouts, Mermaid, View, Tiles, Tree, Badge, Banner, Color, Tooltips, Panel), page frontmatter, and navigation structures (tabs, anchors, dropdowns, products, versions, languages).
  • OpenAPI/AsyncAPI integration and AI features (llms.txt, MCP, skill.md) support for API docs and developer portals.
  • Deployment and CLI workflow support across GitHub, GitLab, Vercel, Cloudflare, and AWS; local development and validation with mint CLI commands.

Quick Start

Install Mintlify, scaffold your docs project, and run the local dev server to preview changes.

Frequently Asked Questions about ck:mintlify

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

FAQPage Schema
How do I automate Mintlify documentation setup and deployment from Markdown projects?

You can automate Mintlify documentation by configuring docs.json, applying MDX components, setting page frontmatter, and running local validation via mint CLI commands before deploying. This ensures consistent structure, theming, and navigation across API docs and developer portals.

How do I configure OpenAPI and AsyncAPI integrations in Mintlify?

Mintlify OpenAPI and AsyncAPI integrations are configured through the docs.json file, allowing you to embed interactive API references. You can further enhance API docs by supporting AI features like llms.txt, MCP, and skill.md for developer portals.

Does Mintlify support multi-tenant deployment across platforms like Vercel, Cloudflare, and AWS?

Yes, Mintlify supports multi-tenant deployment across GitHub, GitLab, Vercel, Cloudflare, and AWS. You can manage deployments by validating your local development workflow with mint CLI commands to ensure consistent configuration before pushing to these platforms.

What MDX components are available for structuring Mintlify documentation?

Mintlify documentation supports various MDX components including Cards, Steps, Tabs, Accordions, CodeGroup, Callouts, Mermaid, View, Tiles, Tree, Badge, Banner, Color, Tooltips, and Panel to structure content and build scalable navigation patterns.

How do I set up navigation and internationalization in Mintlify docs?

You establish Mintlify navigation and internationalization by defining tabs, anchors, dropdowns, products, versions, and languages within your page frontmatter and docs.json configuration. This structure ensures scalable and organized documentation across multiple languages.