fastapi-patterns

Installation
SKILL.md

FastAPI Patterns

Production-oriented patterns for FastAPI services.

When to Use

  • Building or reviewing a FastAPI app.
  • Splitting routers, schemas, dependencies, and database access.
  • Writing async endpoints that call a database or external service.
  • Adding authentication, authorization, OpenAPI docs, tests, or deployment settings.
  • Checking a FastAPI PR for copy-pasteable examples and production risks.

How It Works

Treat the FastAPI app as a thin HTTP layer over explicit dependencies and service code:

Installs
504
Repository
affaan-m/ecc
GitHub Stars
208.6K
First Seen
May 19, 2026
fastapi-patterns — affaan-m/ecc