Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bobmatnyc avatar

Fastapi Local Dev

  • 235 installs
  • 63 repo stars
  • Updated July 18, 2026
  • bobmatnyc/claude-mpm-skills

Bootstrap FastAPI local development with virtualenv, hot reload, routers, dependencies, and test-friendly project layout when starting or extending a Python HTTP API.

About

Helps Claude set up FastAPI for local backend development: environment isolation, dev server configuration, modular routers, dependency injection, settings management, and a structure suited to iterative API building and testing.

  • Project and venv scaffolding
  • Uvicorn dev server and reload
  • Router and dependency injection layout
  • Settings and env loading patterns
  • Local testing and OpenAPI exposure

Fastapi Local Dev by the numbers

  • 235 all-time installs (skills.sh)
  • Ranked #56 of 290 Python skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill fastapi-local-dev

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs235
repo stars63
Last updatedJuly 18, 2026
Repositorybobmatnyc/claude-mpm-skills

What it does

Bootstrap FastAPI local development with virtualenv, hot reload, routers, dependencies, and test-friendly project layout when starting or extending a Python HTTP API.

Files

SKILL.mdMarkdownGitHub ↗

FastAPI Local Dev

  • Dev: uvicorn app.main:app --reload
  • Imports: run from repo root; use python -m uvicorn ... or PYTHONPATH=.
  • WSL: WATCHFILES_FORCE_POLLING=true if reload misses changes
  • Prod: gunicorn app.main:app -k uvicorn.workers.UvicornWorker -w <n> --bind :8000

Anti-patterns:

  • --reload --workers > 1
  • PM2 watch: true for Python

References: references/.

Related skills

Pythonbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.