概要
This skill provides Claude with a comprehensive framework for building scalable Python backends using FastAPI. It automates the setup of a modular project structure comprising API routes, business logic services, and data repositories. By implementing industry best practices—such as async database handling with SQLAlchemy, Pydantic data validation, and secure JWT authentication—it enables developers to bootstrap robust microservices and web APIs that are maintainable, testable, and optimized for high-concurrency environments.