mintlify

Builds and deploys Markdown/MDX documentation sites via Mintlify.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/toanalien/ezdevsecops --skill mintlify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mintlify
Source: https://github.com/toanalien/ezdevsecops/tree/main/.opencode/skills/mintlify
Command: npx skills add https://github.com/toanalien/ezdevsecops --skill mintlify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, customization, and deployment of professional documentation websites, making it easier to build developer portals, knowledge bases, and API docs.

Core Features & Use Cases

  • Documentation Generation: Transforms Markdown/MDX into interactive sites with themes, navigation, and components.
  • API Documentation: Integrates with OpenAPI/AsyncAPI for auto-generated API docs and interactive playgrounds.
  • AI Features: Supports AI assistants, LLM-optimized content (llms.txt), and agent-ready definitions (skill.md).
  • Deployment: Offers seamless deployment to platforms like Vercel, Cloudflare, and AWS.
  • Use Case: A software company needs to create a comprehensive developer portal for its new API. This Skill can be used to generate the site, document the API endpoints using OpenAPI specs, and deploy it to a custom domain.

Quick Start

Use the mintlify skill to build and deploy documentation from the current directory.

Frequently Asked Questions about mintlify

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

FAQPage Schema
How do I build and deploy a documentation site from Markdown files?

Build and deploy documentation sites by transforming Markdown and MDX content into interactive pages using Mintlify, adding themes, navigation, and components without manual frontend coding.

Can I generate API documentation from OpenAPI specs for a developer portal?

Generate API documentation by integrating OpenAPI and AsyncAPI specifications to create interactive API references and playgrounds within your developer portal automatically.

What is the best way to deploy a knowledge base to Vercel or AWS?

Deploy your knowledge base seamlessly to hosting platforms like Vercel, Cloudflare, and AWS directly from the build process to publish your documentation site to a custom domain.

Does this documentation approach support AI-powered content generation?

AI-powered content generation is supported through AI assistants, LLM-optimized content files like llms.txt, and agent-ready definitions to enhance your developer portal.

Do I need MDX to create interactive API reference documentation?

MDX is used to transform standard Markdown into interactive sites with custom components, while OpenAPI and AsyncAPI handle the auto-generation of the API reference documentation itself.