api-docs-generator

Generate API documentation in Markdown, HTML, or Docusaurus from Express routes.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill api-docs-generator-camilo8902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-docs-generator
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/api-docs-generator
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill api-docs-generator-camilo8902

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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 launching a new API, use this Skill to quickly generate developer-friendly documentation that includes clear examples and usage instructions.

Quick Start

Use the api-docs-generator skill to generate API documentation for your Express 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 routes automatically?

You can generate API documentation from Express routes automatically by using structured route scanning and schema extraction to produce endpoint references, request/response examples, and authentication guides in Markdown, HTML, or Docusaurus format.

Can I create Docusaurus documentation for my Next.js API?

Yes, you can create Docusaurus documentation for your Next.js API. The tool scans your Next.js API routes to extract schemas and generate detailed content, including error documentation and usage examples, formatted specifically for Docusaurus developer portals.

Does API documentation generation work with Fastify route definitions?

API documentation generation works with Fastify route definitions by performing structured route scanning to extract endpoint schemas, request parameters, and response payloads, which are then compiled into comprehensive Markdown or HTML documentation references.

What is the best way to document API authentication guides and error responses?

The best way to document API authentication guides and error responses is through automated schema extraction, which scans your API routes to compile error codes and authentication requirements directly into structured developer portal content.

How do I extract request and response examples for my REST API documentation?

You extract request and response examples for REST API documentation by running an automated route scanner that reads your API definitions, pulls schema data, and generates clear usage instructions and examples for developers.