关于
This skill automates the creation of robust FastAPI backend modules by enforcing a clean architectural separation between routers, services, repositories, and models. It ensures architectural consistency across your codebase by implementing best practices like dependency injection for database sessions, automated camelCase JSON conversion with CamelModel, and standardized domain exceptions, making it ideal for developers building scalable REST APIs with SQLAlchemy and Pydantic.