Scaffolds FastAPI projects with async patterns, dependency injection, and error handling already wired up. Useful when you're starting a new API project and don't want to spend the first hour setting up the same boilerplate structure you always use. Covers the common cases like PostgreSQL and MongoDB integration, middleware setup, and testing foundations. The implementation playbook has detailed examples if you need reference patterns. It won't save you from understanding FastAPI itself, but it gets you past the "blank file anxiety" stage and into actual feature work faster.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill fastapi-templates