This is a development guide for FastAPI Best Architecture, a structured approach to building FastAPI applications with a clean three-tier separation between API routes, business services, and database operations. It walks you through their opinionated workflow (models first, then schemas, routes, services, and CRUD layers) and points you to specific documentation for naming conventions, coding style, and plugin development. If you're building a FastAPI project and want guardrails around architecture decisions rather than figuring it out yourself, this gives you a blueprint. The CLI tool and detailed references suggest this is an actual framework or template project, not just theoretical guidance.
npx skills add https://github.com/fastapi-practices/skills --skill fba