chatre7-python-engineering
Installation
SKILL.md
Python Engineering Excellence
This skill provides comprehensive Python engineering guidelines for modern Python development. Use this when writing or reviewing Python code for production systems, CLI tools, and AI agents.
Core Philosophy
The Zen of Python (Selected)
- Explicit is better than implicit - Make intentions clear
- Simple is better than complex - Favor straightforward solutions
- Readability counts - Code is read more than written
- Errors should never pass silently - Handle or propagate errors explicitly
- There should be one obvious way to do it - Follow established patterns