api-docs-generator

Generate API documentation from route definitions in Markdown, HTML, or Docusaurus formats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the creation of comprehensive API documentation from route definitions, reducing manual drafting and keeping references up to date.

Core Features & Use Cases

  • Auto-generates endpoint references, request/response schemas, and authentication guides from Express, Next.js, Fastify, or any route-based framework.
  • Produces structured documentation in Markdown, HTML, or Docusaurus formats with examples and error references.
  • Use Case: When you add or modify API routes, instantly refresh the docs for developers and integrators.

Quick Start

Run the API docs generator on your project to produce a complete, ready-to-publish API reference.

Frequently Asked Questions about api-docs-generator

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

FAQPage Schema
How do I auto-generate API documentation from Express or Next.js route definitions?

To auto-generate API documentation from route definitions, use this Skill to parse your Express, Next.js, or Fastify routes and produce endpoint references, request/response schemas, and authentication guides automatically.

Can I output my generated API docs in Docusaurus or Markdown format?

Yes, you can output generated API docs in Markdown, HTML, or Docusaurus formats. The Skill structures the documentation with examples, error references, and getting-started tutorials for immediate publishing.

What is the best way to keep API documentation updated when I add new routes?

The best way to keep API documentation updated is to run the docs generator on your project whenever you add or modify routes. It instantly refreshes references for developers and integrators without manual drafting.

Does auto-generated API documentation include authentication guides and error references?

Yes, auto-generated API documentation includes authentication guides and error references. The Skill extracts endpoint details to cover end-to-end output with examples, schemas, and getting-started tutorials.

Can I generate API docs automatically for frameworks other than Express and Fastify?

Yes, you can generate API docs automatically for any route-based framework, including Express, Next.js, and Fastify. The Skill parses route definitions across these frameworks to produce structured documentation.

What do I need to generate API documentation automatically from my existing routes?

You need a project with route-based definitions to generate API documentation automatically. The Skill parses your existing route definitions without requiring additional dependencies to produce complete, ready-to-publish references.