litestar-contrib
Installation
SKILL.md
Contrib
Execution Workflow
- Identify the exact contrib module required for the user task.
- Install and configure only that module (avoid broad optional dependency sprawl).
- Verify compatibility with existing middleware, DTO, auth, and plugin stack.
- Add focused regression tests at integration boundaries.
Implementation Rules
- Keep contrib usage isolated behind clear adapters.
- Validate defaults before adding custom hooks/configuration.
- Treat each contrib add-on as an explicit architecture decision.
- Document operational implications (extra services, env vars, runtime dependencies).