What problem does it solve? Litestar projects span routing, DTOs, auth, DI, data services, settings, middleware, plugins, realtime, testing, and deployment, making it hard to know which guidance applies to a given task. This hub skill orients a Litestar project and selects the correct focused subskill so app-level architecture stays coherent. ## Core Features & Use Cases - Task Routing: Maps concrete project signals (route decorators, DTO classes, guards, dependency maps, settings modules) to the right narrow Litestar skill via a quick-reference table. - App-Level Composition Guidance: Enforces thin app setup that composes controllers, plugins, middleware, DI, settings, and exception handlers from domain modules. - Cross-Boundary Coordination: Defines how to combine the minimum set of skills when a task spans routing, services, and DTOs. - Use Case: When asked to add a users endpoint backed by an existing service with an OpenAPI schema, the hub directs work to litestar-routing, litestar-data-services, and litestar-dto-openapi. ## Quick Start Ask the assistant to orient your Litestar project and choose the right Litestar subskill for the task you are about to implement.