py-scaffold
Installation
SKILL.md
Python Project Scaffold
Overview
Bootstrap a new FastAPI backend with clean architecture, SQLAlchemy 2.0 async, Alembic, uv, and strict typing from day one.
Core principle: Start fully typed. mypy strict from the first file. No Any unless justified.