python-fastapi-patterns

Installation
SKILL.md

Python FastAPI Patterns

Project Structure

src/
├── main.py           # App entry point
├── config.py         # Settings management
├── dependencies.py   # Shared dependencies
├── models/           # Pydantic models
├── routes/           # API endpoints
├── services/         # Business logic
├── repositories/     # Data access
└── utils/            # Helpers

Basic Setup

Installs
45
GitHub Stars
5
First Seen
Jan 23, 2026
python-fastapi-patterns — autohandai/community-skills