This handles the boilerplate when you're adding new FastAPI routers to a project that already has conventions in place. It includes a template file with placeholders for resource names, and pushes you toward patterns like proper auth dependencies (optional vs required), explicit response models, and correct status codes for creates and deletes. The workflow assumes you're working in a specific project structure with a backend/app/routers directory and a separate frontend that needs API functions. It's narrow in scope but useful if you're on a team that wants consistency across endpoints without writing the same router setup from scratch every time.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill fastapi-router-py