python-best-practices
Installation
SKILL.md
Python Best Practices
This skill applies modern Python mechanisms without adding annotation or packaging ceremony. It favors inference, precise structural contracts, explicit runtime validation, side-effect-free imports, and context-managed resource ownership.
References
Read as many linked references as are relevant to the current task before writing or reviewing Python.