This teaches you Python decision-making rather than dumping boilerplate. It walks through framework selection (FastAPI vs Django vs Flask based on actual requirements), when to go async vs sync, type hint strategies, and project structure patterns. The approach is deliberately principle-based: it gives you decision trees and asks questions like "is this API-only or full-stack?" instead of prescribing one solution. Covers FastAPI async patterns, Django 5.0+ async support, background task options (Celery vs ARQ vs simple BackgroundTasks), and testing strategies. Most useful when you're starting a new Python project or refactoring and need to justify architectural choices beyond "this is what I always use."
npx -y skills add vudovn/antigravity-kit --skill python-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills