python
Installation
SKILL.md
Python 3.10+ Expert Skill
Trigger On
- The user asks to write, debug, review, or refactor Python code.
- Working in a repository containing
*.py,pyproject.toml,requirements.txt,Pipfile, orpoetry.lock. - Requires asynchronous programming (
asyncio), type hinting, or modern Python feature recommendations. - The project needs setup for testing frameworks (
pytest) or static analysis tools (ruff,mypy).