소개
This skill provides a comprehensive blueprint for building high-performance Python APIs using FastAPI. It implements industry best practices including a modular project structure, the repository pattern for data access, service-oriented business logic, and integrated JWT authentication. Whether starting a new microservice or refactoring an existing backend, this skill ensures scalable code through consistent async/await implementation, Pydantic data validation, and automated dependency management.