fastapi-templates

Installation
SKILL.md

FastAPI Templates

This skill provides production-ready templates and scaffolding patterns for FastAPI applications.

When to Use

  • Starting a new FastAPI service or project.
  • Adding standard components (Auth, DB, Logging) to an existing app.
  • Standardizing project structure across the team.

Project Structure Template

Recommended structure for scalable FastAPI apps:

src/
├── api/
│   ├── v1/
│   │   ├── endpoints/  # Route handlers
Related skills
Installs
15
GitHub Stars
209
First Seen
Jan 22, 2026