From litestar
Manages domain exception hierarchies, HTTP error response shapes, and handler registration in Litestar apps. Use for mapping domain errors to HTTP status codes and keeping route handlers free of try/except blocks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/litestar:litestar-exceptionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for domain exception hierarchies, handler registration, and HTTP error response shape.
Use this skill for domain exception hierarchies, handler registration, and HTTP error response shape.
class ApplicationError(HTTPException):
status_code = 500
class ConflictError(ApplicationError):
status_code = 409
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.