About
This skill equips Claude with the expertise to design and implement efficient, non-blocking APIs using FastAPI's asynchronous capabilities. It provides standardized patterns for async route handlers, database integrations (including SQLAlchemy, asyncpg, and Motor), background tasks, and real-time communication protocols like WebSockets and Server-Sent Events (SSE). By applying these patterns, developers can ensure their backend services remain responsive under high concurrency and handle I/O-bound operations with minimal latency.