code-python
Installation
SKILL.md
Python Development Standards
Apply these standards when writing, reviewing, or debugging Python code.
Package Management
- Always use
uvfor dependency management - Use
uv install -e .for development installations - Use
uv runfor executing scripts with dependencies