What problem does it solve?
Litestar projects often suffer from disorganized, scattered routing and endpoint layouts that slow feature development, increase technical debt, and make maintenance and debugging difficult for engineering teams.
Core Features & Use Cases
- Domain-Clustered Organization: Group Controllers and related code by business domain instead of HTTP method for better locality of change and maintainability.
- Canonical Routing Patterns: Implements Litestar best practices for route handlers, typed path parameters, Controller-level guards, dependencies, and DTO integration.
- End-to-End Workflow Guidance: Includes full vertical slice examples, validation checkpoints, and guardrails to ensure production-ready routing implementation.
- Use Case: When building a new task management feature, use this skill to structure the TaskController, route handlers, and domain folder layout following Litestar's official canonical patterns.
Quick Start
Use the litestar-routing skill to structure a new user management feature with domain-clustered Controllers and canonical route handler patterns following Litestar best practices.