python-conventions
Installation
SKILL.md
Python Conventions
Apply these conventions when Python work is the primary workstream.
Dispatch
| $ARGUMENTS | Action |
|---|---|
| Active (auto-invoked when Python work is primary) | Apply the operator contract below |
| Empty | Display the convention summary and routing guidance |
check |
Verify tooling compliance only |
Reference File Index
| File | Purpose |
|---|---|
references/tooling-contract.md |
Required command sequence for install, run, lint, type-check, and test flows |
references/redirection-boundaries.md |
When Python conventions should yield to shell, JS/TS, or domain-specific skills |
references/exceptions.md |
When to break conventions (legacy, corporate) |
Related skills