python-expert
Installation
SKILL.md
Python Expert
Expert Python guidance across scripting, web frameworks, and production systems.
Important — Read Reference Files First
Before writing code, load the reference file that matches the user's task:
| User wants to... | Read first |
|---|---|
| Run a quick script, one-off tool, CLI utility, or use inline dependencies | references/uv-scripts.md |
| Build or modify a Django project (models, views, admin, DRF APIs) | references/django.md |
| Build or modify a Flask or FastAPI project (routes, middleware, APIs) | references/flask-fastapi.md |
If none of those match, use the core principles below directly.