api-doc-generator

Installation
SKILL.md

API Documentation Generator

Document APIs from authoritative artifacts and distinguish confirmed facts from inference.

Source priority

Use the strongest available source in this order:

  1. Checked-in OpenAPI/Swagger contract and generated schema.
  2. Framework route definitions and annotations.
  3. Request/response models and validation rules.
  4. Authentication, middleware, exception handling, and error catalogs.
  5. Integration and contract tests.
  6. Runtime observations explicitly authorized by the user.

When sources disagree, report the mismatch instead of silently choosing one.

Framework routing

Installs
21
First Seen
Jun 23, 2026
api-doc-generator — full-stack-skills/document-skills