litestar-openapi

Installation
SKILL.md

OpenAPI

Execution Workflow

  1. Decide whether OpenAPI should be enabled, restricted, or disabled for the app.
  2. Set app-level OpenAPIConfig for title, version, docs endpoints, servers, tags, and render plugins.
  3. Add route-level metadata deliberately: summary, description, response_description, tags, security, operation_id, raises, and include_in_schema.
  4. Use schema-generation customization only when default model generation is insufficient.
  5. Choose UI render plugins and endpoint paths intentionally for each environment.
  6. Validate that generated docs match real request, auth, and metrics behavior.

Core Rules

Installs
35
GitHub Stars
7
First Seen
Mar 2, 2026
litestar-openapi — alti3/litestar-skills