Litestar
Official@litestar-org · Internet
Effortlessly Build Performant APIs
Agent Skills by Litestar
Showing 32 vetted skills indexed across 2 GitHub repositories.
litestar-htmx
Integrate HTMX with Litestar using the first-party HTMXPlugin and response objects.
polyfactory
Generate validation-passing mock data for Litestar models across Pydantic, msgspec, dataclasses, attrs, and SQLAlchemy.
litestar-styleguide
Centralize code style, testing, and CI/CD conventions for Litestar ecosystem skills.
msgspec
Define optimized msgspec Structs with validation for Litestar APIs.
litestar-granian
Integrates Litestar with Granian ASGI server, replacing uvicorn via drop-in plugin.
litestar-deployment
Generate production deployment configurations for Litestar ASGI applications across Docker, Kubernetes, Cloud Run, Railway, and systemd.
litestar-routing
Organize Litestar route handlers, Controllers, and Routers into domain-clustered folder structures.
litestar-settings
Implement typed, cached environment configuration for Litestar applications.
sqlspec
Execute type-safe SQL queries across 18+ database adapters with parameterized execution.
litestar-ai-serving
Build HTTP AI agent endpoints with Litestar and Google ADK.
litestar-inertia
Integrate Litestar backend with Inertia.js frontend SPA using Vite.
pytest-databases
Manage Docker database containers with pytest fixtures for integration testing.
litestar-testing
Write pytest test suites for Litestar apps with lifespan and DI mocking.
litestar-dto-openapi
Configure Litestar DTOs and validate OpenAPI schemas for REST APIs.
litestar-queues
Provide a native task queue abstraction for Litestar applications.
litestar-saq
Integrate SAQ background job queues with Litestar applications.
litestar-middleware
Configure built-in and custom ASGI middleware for Litestar applications.
litestar-di
Configure non-deprecated dependency injection patterns in Litestar applications.
litestar-auth-guards
Implement JWT and session authentication guards for Litestar HTTP and WebSocket endpoints.
advanced-alchemy
Generate SQLAlchemy models, repositories, and services for Python web frameworks.
litestar-plugins
Compose and wire Litestar application plugins using InitPlugin and standard protocols.
litestar-data-services
Implement typed CRUD service layers with filters and pagination for Litestar applications.
litestar-mcp
Expose Litestar route handlers as MCP tools, resources, and prompts.
litestar-realtime
Implement WebSockets, Server-Sent Events, and pub/sub for Litestar applications.
Frequently Asked Questions About Litestar
FAQPage SchemaWhat specific tasks can I perform using these framework capabilities?▼
You can build high-performance web services, implement JWT authentication guards, manage background job queues with SAQ, and expose route handlers as MCP resources. The ecosystem supports complex data validation via msgspec and Pydantic, alongside native support for WebSockets and Server-Sent Events for real-time communication.
Which engineers benefit most from this framework ecosystem?▼
Backend and full-stack engineers focused on high-performance, type-safe web development will find these resources most valuable. It is specifically designed for developers who prioritize strict typing, dependency injection, and modular architecture when building scalable HTTP services and complex data-driven applications.
What are the licensing and cost requirements for these resources?▼
The entire ecosystem is open-source and distributed under the MIT license, allowing for free commercial and personal use. There are no proprietary costs or subscription fees required to access the framework, plugins, or deployment configurations provided within the organization's repositories.
What are the primary prerequisites for implementing these solutions?▼
Implementation requires a functional environment with a modern version of the language installed. You will need familiarity with ASGI standards, asynchronous programming patterns, and basic knowledge of dependency injection concepts to effectively utilize the provided plugins, middleware, and repository patterns.