This is a structured eight-phase workflow for building production FastAPI backends, covering everything from project scaffolding with uv through SQLAlchemy setup, JWT auth, error handling, and Docker deployment. It's essentially a checklist with copy-paste prompts that chain together other Claude skills at each stage. Use it when you're starting a new FastAPI project and want guardrails on the right order of operations, or when you need to remember which supporting skills exist for database design or API testing. The quality gates are sensible (80% coverage, type checking, security scans), though you'll still need to know FastAPI well enough to evaluate what gets generated. Think of it as scaffolding for the scaffolding process.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill python-fastapi-development