claudeindex
Plugin

fastapi-best-practices

FastAPI production best practices — domain-organized project structure, async correctness (no blocking I/O, no CPU work in BackgroundTasks), DI patterns with per-request caching and chaining, Pydantic v2 split create/update/response models, Pydantic Settings v2 with .env and lru_cache, async testing with httpx.AsyncClient

Installation

1

Add the marketplace

/plugin marketplace add mvolkov83/skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.