What problem does it solve? Building production-grade FastAPI microservices requires wiring together async database access, event-driven messaging, JWT verification, structured logging, and testing—each with subtle pitfalls like CloudEvent unwrapping and MissingGreenlet errors. This Skill provides proven patterns and reference implementations so you avoid these traps. ## Core Features & Use Cases - FastAPI + SQLModel Patterns: Async CRUD endpoints, model hierarchies (Base/Table/Create/Update/Read), Neon PostgreSQL connections, and Alembic migrations. - Dapr Integration: Pub/sub subscriptions with CloudEvent handling, event publishing, and scheduled jobs via the Dapr Jobs API, including Kubernetes component configuration. - JWT/JWKS Authentication: Token verification against a JWKS endpoint with key caching and Swagger UI authorization support. - Production Hardening: Structured logging with structlog, repository/service layering, async pytest fixtures, and API versioning. - Use Case: You need to build an event-driven task management API on Kubernetes with Neon PostgreSQL, Dapr Redis pub/sub, and Better Auth JWT verification—this Skill gives you the complete working patterns. ## Quick Start Ask the AI to scaffold a FastAPI backend with SQLModel models, Dapr pub/sub subscriptions, and JWT authentication for your microservice.