This teaches you how to make architectural decisions in Python rather than memorizing patterns. It walks through framework selection (FastAPI vs Django vs Flask), when to use async vs sync, type hint strategies, project structure by size, and background task options. The decision trees and comparison tables are genuinely useful. Most skills give you code to copy, but this one asks "what are you building?" first and explains the tradeoffs. It assumes you know Python basics but need help thinking through real project decisions like whether you actually need async or if Celery is overkill. Good for moving past tutorial hell into making your own architectural calls.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill python-patterns