From litestar
Routes Litestar tasks to the correct focused skill (routing, DTO, auth, DI, data, etc.) and keeps app-level architecture coherent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/litestar:litestarThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to choose the right focused Litestar skill and keep app-level choices coherent. For implementation details, open the narrow skill that matches the task.
Use this skill to choose the right focused Litestar skill and keep app-level choices coherent. For implementation details, open the narrow skill that matches the task.
| Task | Skill |
|---|---|
| Controllers, route decorators, Routers, domain folders | litestar-routing |
| DTOs, request bodies, response schemas, OpenAPI | litestar-dto-openapi |
| Authentication, authorization, Guards | litestar-auth-guards |
| Provide, dependency maps, Dishka wiring | litestar-di |
| Repositories, services, filters, pagination | litestar-data-services |
| Settings, env loading, app state | litestar-settings |
| Domain exceptions and exception handlers | litestar-exceptions |
| Built-in or custom middleware | litestar-middleware |
| Plugin protocols and app plugin composition | litestar-plugins |
| WebSockets, SSE, Channels | litestar-realtime |
| Google ADK / agent HTTP serving | litestar-ai-serving |
| Tests | litestar-testing |
| Build artifacts | litestar-build |
| Deployment targets | litestar-deployment |
User asks: "Add a users endpoint backed by the existing service and return an OpenAPI schema."
Use:
This hub has no deep references. Open the focused skill that owns the topic.
npx claudepluginhub litestar-org/litestar-skills --plugin litestarSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.