概要
This skill provides a comprehensive blueprint for building high-performance Python APIs using FastAPI. It automates the setup of standardized project structures, including async database integration with SQLAlchemy, Pydantic schemas, a dedicated service layer, and robust repository patterns for clean data access. Ideal for developers starting new microservices or migrating existing synchronous APIs to modern asynchronous architectures, it ensures best practices for security, authentication, and application lifespan management are implemented correctly from the start.