概要
This skill provides comprehensive guidance for writing, reviewing, and refactoring Python 3.12 code, particularly within the 'erk' codebase. It ensures adherence to a "dignified" set of standards, including modern type syntax, "Look Before You Leap" (LBYL) exception handling, and the use of pathlib for file operations. The skill also incorporates production-tested patterns from Dagster Labs for API design, managing parameter complexity, and organizing code effectively. It is essential for maintaining code quality, consistency, and robustness, especially when developing CLI tools or performing complex subprocess operations.