api-docs-generator

Generate API documentation in Markdown, HTML, or Docusaurus from Express, Next.js, and Fastify routes.

1|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/zinohome/CozyChat --skill api-docs-generator-zinohome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-docs-generator
Source: https://github.com/zinohome/CozyChat/tree/main/.claude/skills/api-docs-generator
Command: npx skills add https://github.com/zinohome/CozyChat --skill api-docs-generator-zinohome

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of comprehensive API documentation, saving developers significant time and ensuring consistency.

Core Features & Use Cases

  • Automated Documentation Generation: Creates Markdown, HTML, or Docusaurus docs from API routes.
  • Comprehensive Coverage: Includes endpoint references, request/response examples, authentication guides, and error documentation.
  • Use Case: When you need to document a new set of API endpoints for a web service, use this Skill to generate a developer-ready documentation site.

Quick Start

Use the api-docs-generator skill to generate markdown documentation for your API routes.

Frequently Asked Questions about api-docs-generator

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

FAQPage Schema
How do I generate API documentation from Express or Fastify route definitions?

Generate API documentation by extracting route definitions, schemas, parameters, and authentication requirements from Express, Fastify, or Next.js frameworks to produce structured endpoint references and usage guides.

Can I output REST API documentation in Docusaurus or HTML format?

You can output REST API documentation in Markdown, HTML, or Docusaurus formats, allowing direct integration into existing developer portals and static documentation sites.

What is the best way to automate API documentation for request and response bodies?

Automate API documentation by parsing schemas and request/response bodies directly from your codebase, ensuring comprehensive coverage and consistency while saving significant manual writing time.

Does automated API documentation generation include authentication guides and error documentation?

Automated API documentation generation includes comprehensive coverage of authentication guides, error documentation, endpoint references, and request/response examples extracted directly from your API routes.

When do I need to generate Markdown API documentation from API routes?

Generate Markdown API documentation from API routes when you need to document a new set of web service endpoints and require a developer-ready reference site built from existing schemas and parameters.