fastapi-patterns

Community

Best practices for building FastAPI apps.

Authorclostaunau
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill captures FastAPI patterns for building robust APIs, including async patterns, dependency injection, Pydantic models, authentication, error handling, testing, and OpenAPI docs.

Core Features & Use Cases

  • Async by default: Async patterns for IO-bound workloads.
  • DI & Validation: Dependency injection and Pydantic models for validation.
  • Security & Testing: JWT authentication patterns and test strategies.

Quick Start

Use the patterns to scaffold a FastAPI app, implement auth, and wire tests.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fastapi-patterns
Download link: https://github.com/clostaunau/holiday-card/archive/main.zip#fastapi-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository