About
This skill provides standardized templates and implementation patterns for building high-performance backend APIs using the FastAPI framework. It streamlines the setup of new projects by enforcing a clean directory structure consisting of API, core, models, schemas, and service layers. By implementing asynchronous database operations with SQLAlchemy and providing robust authentication patterns via JWT, it ensures developers follow industry best practices for security and performance from day one. It is particularly useful for developers bootstrapping new microservices or migrating synchronous Python backends to modern async architectures.