FastAPI
Originally fromjezweb/claude-skills
Installation
SKILL.md
FastAPI Skill
Overview
Build modern, high-performance APIs with FastAPI, including async endpoints, automatic documentation, and type-safe request handling.
Topics Covered
FastAPI Basics
- Application structure
- Route decorators
- Path and query parameters
- Request body handling
- Response models