fastapi-templates

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Content Preview
---
name: fastapi-templates
description: "Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects."
risk: unknown
source: community
date_added: "2026-02-27"
---

# FastAPI Project Templates

Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs.

## Use this sk
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/fastapi-templates.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/fastapi-templates/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/fastapi-templates/SKILL.md

Related Skills