Scaffolds production-ready Python projects with modern tooling right out of the box. You get complete directory structures for FastAPI, Django, libraries, or CLI tools, all wired up with uv for dependency management, ruff for linting, pytest for testing, and proper type hints throughout. It generates pyproject.toml configs, folder hierarchies with separation of concerns (api/models/schemas/services), test setups, Makefiles, and environment templates. Honestly most useful when starting greenfield projects where you want to skip the "how should I organize this" phase and jump straight to writing business logic. The FastAPI scaffold is especially thorough with versioned API routes and proper dependency injection patterns.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill python-development-python-scaffold