Productivity

fba

fastapi-practices/skills · updated Apr 8, 2026

$npx skills add https://github.com/fastapi-practices/skills --skill fba
summary

Official documentation: https://fastapi-practices.github.io/fastapi_best_architecture_docs/

skill.md

FastAPI Best Architecture

Official documentation: https://fastapi-practices.github.io/fastapi_best_architecture_docs/

Core Architecture

Project adopts Three-tier architecture:

Layer Responsibility
API Route processing, parameter validation, and response return
Schema Data transfer objects, request/response data structure definitions
Service Business logic, data processing, exception handling
CRUD Database operations (inherits CRUDPlus)
Model ORM models (inherits Base)

Development Workflow

  1. Define database models (model)
  2. Define data validation models (schema)
  3. Define routes (router)
  4. Write business logic (service)
  5. Write database operations (crud)

Detailed Guides

Module Document
API references/api.md
Schema references/schema.md
Model references/model.md
Naming references/naming.md
Plugin references/plugin.md
Coding Style references/coding-style.md
Config references/config.md

CLI

Execute fba -h for more details.

general reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    fba is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Piyush G· Sep 9, 2024

    Keeps context tight: fba is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Chaitanya Patil· Aug 8, 2024

    Registry listing for fba matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sakshi Patil· Jul 7, 2024

    fba reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ganesh Mohane· Jun 6, 2024

    I recommend fba for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· May 5, 2024

    Useful defaults in fba — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Dhruvi Jain· Apr 4, 2024

    fba has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Rahul Santra· Mar 3, 2024

    Solid pick for teams standardizing on skills: fba is focused, and the summary matches what you get after install.

  • Pratham Ware· Feb 2, 2024

    We added fba from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Yash Thakker· Jan 1, 2024

    fba fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.