Fba

🌐Community
by fastapi-practices · vlatest · Repository

FBA streamlines fulfillment by Amazon processes, automating product listing creation & management for faster sales growth.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add fba npx -- -y @trustedskills/fba
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "fba": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/fba"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, Fba (FastAPI Best Architecture), provides a structured approach to developing FastAPI applications using a three-tier architecture. It organizes development into distinct layers: API for route processing and validation, Schema defining data structures, and Service handling business logic. The skill guides users through the process of creating database models, validating data, defining routes, and implementing business logic with associated CRUD operations.

When to use it

  • When starting a new FastAPI project and wanting a well-defined architectural structure.
  • For teams looking for consistent coding practices and clear separation of concerns in their FastAPI applications.
  • To streamline the development workflow by providing pre-defined layers and responsibilities.
  • When needing guidance on database operations, data validation, and API route design within a FastAPI context.

Key capabilities

  • Three-Tier Architecture: Enforces a clear separation of concerns (API, Schema, Service).
  • Data Validation: Provides schema definitions for request/response data structures.
  • Database Operations (CRUD): Supports database interactions through CRUD operations inheriting from CRUDPlus.
  • ORM Models: Facilitates the creation of ORM models based on a Base class.
  • CLI Tooling: Offers command-line interface for development tasks (execute fba -h for details).

Example prompts

  • "Generate a basic API route using Fba."
  • "Show me an example of a data validation schema with Fba."
  • "How do I define a database model in my FastAPI project using Fba?"

Tips & gotchas

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
fastapi-practices
Installs
75

🌐 Community

Passed automated security scans.