toolchains/python/frameworks/fastapi-local-dev/SKILL.md
FastAPI dev/prod runbook (Uvicorn reload, Gunicorn)
npx skillsauth add bobmatnyc/claude-mpm-skills fastapi-local-devInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
uvicorn app.main:app --reloadpython -m uvicorn ... or PYTHONPATH=.WATCHFILES_FORCE_POLLING=true if reload misses changesgunicorn app.main:app -k uvicorn.workers.UvicornWorker -w <n> --bind :8000Anti-patterns:
--reload --workers > 1watch: true for PythonReferences: references/.
development
Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
development
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
development
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
development
Visual verification workflow for UI changes to accelerate code review and catch ...