About
This skill provides standardized, enterprise-ready templates for building high-performance Python backends with FastAPI. It enforces best practices such as a modular directory layout, the repository/service pattern for clean separation of concerns, and full asynchronous database integration with SQLAlchemy. By providing scaffolding for JWT authentication, Pydantic schemas, and global error handling, it allows developers to focus on business logic while ensuring their API remains scalable, maintainable, and secure from day one.