mintlify
Create beautiful developer documentation with Mintlify — AI-powered docs platform. Use when someone asks to "create documentation site", "Mintlify", "developer docs", "API documentation", "beautiful docs like Stripe", or "documentation platform with AI search". Covers page creation, API reference generation, components, analytics, and AI chat.
What this skill does
# Mintlify
## Overview
Mintlify is a documentation platform that makes developer docs look like Stripe's — beautiful by default, with built-in API reference generation, AI-powered search, analytics, and MDX components. Write in MDX, push to GitHub, docs deploy automatically. Includes interactive API playground, versioning, and AI chatbot trained on your docs.
## When to Use
- Creating documentation for an API or developer product
- Want beautiful docs without building a custom site
- Need interactive API reference with try-it-now playground
- Want AI-powered search and chatbot for your docs
- Replacing ReadMe, GitBook, or Docusaurus with something prettier
## Instructions
### Setup
```bash
# Install CLI
npm install -g mintlify
# Initialize in your project
mintlify init
# Local development
mintlify dev
```
### Configuration
```json
// mint.json — Documentation configuration
{
"name": "My Product",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373"
},
"navigation": [
{
"group": "Getting Started",
"pages": ["introduction", "quickstart", "authentication"]
},
{
"group": "API Reference",
"pages": [
"api-reference/overview",
{
"group": "Users",
"pages": [
"api-reference/users/list",
"api-reference/users/create",
"api-reference/users/get",
"api-reference/users/update"
]
}
]
},
{
"group": "Guides",
"pages": ["guides/webhooks", "guides/rate-limits", "guides/errors"]
}
],
"api": {
"baseUrl": "https://api.myproduct.com",
"auth": { "method": "bearer" }
},
"topbarLinks": [
{ "name": "Dashboard", "url": "https://app.myproduct.com" }
],
"tabs": [
{ "name": "API Reference", "url": "api-reference" },
{ "name": "SDKs", "url": "sdks" }
],
"footerSocials": {
"github": "https://github.com/myproduct",
"twitter": "https://twitter.com/myproduct"
}
}
```
### Writing Pages
```mdx
---
title: "Quickstart"
description: "Get up and running in 5 minutes"
---
## Install the SDK
<CodeGroup>
```bash npm
npm install @myproduct/sdk
```
```bash yarn
yarn add @myproduct/sdk
```
```bash pnpm
pnpm add @myproduct/sdk
```
</CodeGroup>
## Initialize
```typescript
import { MyProduct } from "@myproduct/sdk";
const client = new MyProduct({
apiKey: process.env.MYPRODUCT_API_KEY,
});
```
<Note>
Never expose your API key in client-side code. Use environment variables.
</Note>
## Make your first request
<Steps>
<Step title="Create a resource">
```typescript
const resource = await client.resources.create({
name: "My First Resource",
});
```
</Step>
<Step title="Verify it worked">
```typescript
const fetched = await client.resources.get(resource.id);
console.log(fetched.name); // "My First Resource"
```
</Step>
</Steps>
<Card title="Full API Reference" icon="code" href="/api-reference">
Explore all available endpoints
</Card>
```
### API Reference Pages
```mdx
---
title: "Create User"
api: "POST https://api.myproduct.com/v1/users"
description: "Create a new user account"
---
<ParamField body="email" type="string" required>
User's email address
</ParamField>
<ParamField body="name" type="string" required>
Full name (2-100 characters)
</ParamField>
<ParamField body="role" type="string" default="user">
One of: `user`, `admin`
</ParamField>
<ResponseExample>
```json 200
{
"id": "usr_1a2b3c",
"email": "[email protected]",
"name": "Kai",
"role": "user",
"created_at": "2026-02-26T12:00:00Z"
}
```
```json 400
{
"error": "validation_error",
"message": "Email is required"
}
```
</ResponseExample>
```
## Examples
### Example 1: Document an API from OpenAPI spec
**User prompt:** "Generate documentation for my REST API from our OpenAPI spec."
The agent will convert the OpenAPI spec to Mintlify pages, create navigation structure, add code examples in multiple languages, and set up the API playground.
### Example 2: Create product docs with guides
**User prompt:** "Set up documentation for our SaaS product — quickstart, guides, and API reference."
The agent will initialize Mintlify, create the navigation structure, write quickstart and guide pages with MDX components, and configure deployment.
## Guidelines
- **MDX for rich content** — use components like `<Note>`, `<Card>`, `<Steps>`, `<CodeGroup>`
- **`mint.json` is the config** — navigation, branding, API settings
- **API pages auto-generate playground** — users can try API calls from the docs
- **`mintlify dev` for local preview** — hot reload during writing
- **GitHub integration** — push to repo, docs deploy automatically
- **AI chatbot** — trained on your docs, answers user questions
- **OpenAPI import** — `mintlify openapi <spec.yaml>` generates API reference pages
- **Versioning** — support multiple API versions
- **Analytics built-in** — see which pages are popular, where users drop off
- **Custom domains** — `docs.myproduct.com`
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.