ck:mintlify

Generate and deploy static documentation websites from Markdown and MDX using Mintlify.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/felix-howard/ella --skill ck-mintlify-felix-howard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:mintlify
Source: https://github.com/felix-howard/ella/tree/main/.opencode/skills/mintlify
Command: npx skills add https://github.com/felix-howard/ella --skill ck-mintlify-felix-howard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and deployment of professional documentation websites from Markdown/MDX files, streamlining the developer portal and knowledge base creation process.

Core Features & Use Cases

  • Documentation Site Generation: Transforms Markdown/MDX into interactive, themeable websites.
  • API Documentation: Integrates with OpenAPI/AsyncAPI specs for auto-generated API docs.
  • AI Features: Supports AI assistants, LLM data export (llms.txt), and agent-ready definitions (skill.md).
  • Deployment: Offers seamless deployment to platforms like Vercel, Cloudflare, and GitHub.
  • Use Case: A software company needs to create a developer portal for its new API. This Skill can be used to generate the site, document the API endpoints directly from an OpenAPI spec, and deploy it automatically on every code push.

Quick Start

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

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 documentation site from Markdown and MDX files?

You can build a documentation site from Markdown and MDX by generating and deploying a static website using the Mintlify platform, which requires configuration via a docs.json file and utilizes a CLI for local development and validation.

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

Yes, you can generate API documentation directly from OpenAPI or AsyncAPI specifications to populate your developer portal, integrating the spec definitions into the generated static website automatically.

How do I deploy a Mintlify documentation site to Vercel or Cloudflare?

You can deploy a Mintlify documentation site to Vercel or Cloudflare by pushing your configured project, allowing the platform to host the generated static website and automatically update the deployment on every code push.

Does Mintlify support AI assistants and LLM data export for documentation?

Yes, Mintlify supports AI features by providing AI assistants, exporting LLM-ready data via an llms.txt file, and generating agent-ready definitions using a skill.md file to make your documentation accessible to language models.

What do I need to configure before starting local development for a documentation portal?

Before starting local development for a documentation portal, you need to structure your Markdown and MDX content and create a docs.json configuration file to define the navigation and settings for the static site generator CLI.