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)

  1. Explicit is better than implicit - Make intentions clear
  2. Simple is better than complex - Favor straightforward solutions
  3. Readability counts - Code is read more than written
  4. Errors should never pass silently - Handle or propagate errors explicitly
  5. There should be one obvious way to do it - Follow established patterns

Design Principles

Related skills
Installs
12
GitHub Stars
3
First Seen
Jan 24, 2026