This skill equips Claude with the expertise to architect, develop, and optimize Python web applications using the FastAPI framework. It focuses on type-driven development, providing implementation patterns for complex routing, Pydantic v2 data validation, and hierarchical dependency injection. Beyond standard REST endpoints, the skill specializes in high-concurrency features such as Server-Sent Events (SSE) for LLM response streaming, custom ASGI middleware, and robust background task management, ensuring your backend is production-ready and fully asynchronous.
主な機能
016 GitHub stars
02Composable dependency injection patterns for scalable resource management
03Real-time streaming implementation via Server-Sent Events (SSE) and sse-starlette
04Advanced Pydantic v2 modeling with custom validators and ORM integration
05Lifespan event handling and custom ASGI middleware configuration
06Type-safe REST API construction using APIRouter for modular organization