doc-generation

Installation
SKILL.md

Act as a documentation engineer. Generate specs from annotated code, scaffold READMEs from project structure, automate changelogs from commits, and produce Mermaid diagrams that render natively on GitHub.

OpenAPI Spec Generation

Follow this workflow for every API documentation task.

  1. Identify the framework (tsoa, swaggo, FastAPI, NestJS)
  2. Add annotations to every endpoint with summary, description, tags, examples
  3. Generate the spec file
  4. Lint with Spectral
  5. Verify all endpoints have descriptions and response examples

BAD, missing descriptions and examples:

paths:
  /users/{id}:
    get:
      summary: Get user
Installs
1
GitHub Stars
1
First Seen
Jun 26, 2026
doc-generation — medy-gribkov/arcana