python-patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
Content Preview
--- name: python-patterns description: "Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying." risk: unknown source: community date_added: "2026-02-27" --- # Python Patterns > Python development principles and decision-making for 2025. > **Learn to THINK, not memorize patterns.** ## When to Use Use this skill when making Python architecture decisions, choosing frameworks, designing async patterns,
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/python-patterns.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/python-patterns/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/python-patterns/SKILL.md
Related Skills
python-patterns
Pythonic イディオム、PEP 8標準、型ヒント、堅牢で効率的かつ保守可能なPythonアプリケーションを構築するためのベストプラクティス。
python-patternspythonpatterns
by affaan-m · everything-claude-code
Finishing a Development Branch
Complete feature development with structured options for merge, PR, or cleanup
finishing-a-development-branchfinishing a development branch
by Jesse Vincent (community) · obra-superpowers-skills
development
Comprehensive web, mobile, and backend development workflow bundling frontend, backend, full-stack, and mobile development skills for end-to-end application delivery.
development
by sickn33 (Antigravity) · antigravity-awesome-skills
python-fastapi-development
Python FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns.
developmentpythonfastapi
by sickn33 (Antigravity) · antigravity-awesome-skills