litestar-responses

Installation
SKILL.md

Responses

Execution Workflow

  1. Start with the simplest return form that matches the contract: plain typed data, Response[T], or a specialized response container.
  2. Set status code, media type, headers, and cookies explicitly when defaults are not enough.
  3. Choose specialized response types for redirects, files, streams, SSE, templates, or third-party ASGI responses.
  4. Apply response-class layering only when serialization or envelope behavior should be shared across many handlers.
  5. Verify OpenAPI accuracy for typed responses, documentation-only headers/cookies, empty-body statuses, and specialized response containers.

Core Rules

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