概要
The FastAPI Patterns skill equips Claude with specialized knowledge for architecting robust Python web services. It provides standardized implementation patterns for asynchronous database management with SQLAlchemy ORM, sophisticated data validation via Pydantic models, and secure JWT-based authentication. By enforcing a clean service-layer architecture and dependency injection, this skill helps developers create scalable, maintainable, and type-safe APIs that adhere to modern Python development standards.