python
Installation
SKILL.md
Python Skill
1. Python-specific Rules
- NEVER: Do not add shebang lines (
#!/usr/bin/env python3) - NEVER: Do not set execute permission on Python files
- YOU MUST: Always execute with explicit
pythoncommand
2. Virtual Environment Usage
2.1. When uv.lock Exists
Use uv to execute Python commands:
uv run dbt debug --profiles-dir ~/.dbt --no-use-colors