fastapi-local-dev
$
npx mdskill add bobmatnyc/claude-mpm-skills/fastapi-local-devRuns FastAPI with Uvicorn reload for dev and Gunicorn for production.
- Developers need to run FastAPI locally with hot reload and deploy with production server.
- Depends on Uvicorn, Gunicorn, and Python environment with FastAPI installed.
- Recommends dev command with --reload and prod command with Gunicorn and UvicornWorker.
- Outputs exact shell commands for dev and production, plus anti-pattern warnings.
SKILL.md
.github/skills/fastapi-local-devView on GitHub ↗