api-docs-gen
Installation
SKILL.md
API Docs Generator
Your API has 50 endpoints and zero documentation. This tool reads your route files and generates proper docs, either markdown for humans or OpenAPI specs for tools.
One command. Zero config. Just works.
Quick Start
npx ai-api-docs ./src/routes/
What It Does
- Scans your route files and extracts endpoint information
- Generates clean markdown documentation
- Outputs OpenAPI 3.0 specs for Swagger and other tools
- Documents request/response shapes automatically