fastapi-coder

Installation
SKILL.md

FastAPI Coder

Core Principles

Principle Application
Async-First Use async/await everywhere, sync only when required
Type Safety Pydantic models for all request/response data
Dependency Injection Use Depends() for shared logic, not global state
OpenAPI-Driven Schema generates automatically; keep it clean
Separation of Concerns Routes → Services → Repositories

Project Structure

Related skills
Installs
43
GitHub Stars
39
First Seen
Feb 5, 2026