fastapi-router-py

Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes.

Content Preview
---
name: fastapi-router-py
description: "Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes."
risk: unknown
source: community
date_added: "2026-02-27"
---

# FastAPI Router

Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes.

## Quick Start

Copy the template from assets/template.py and replace placeholders:
- `{{ResourceName}}` → PascalCase name (e.g., `P
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/fastapi-router-py.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/fastapi-router-py/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-router-py/SKILL.md

Related Skills