$npx -y skills add erichare/skill-route --skill python-patternsWrite maintainable Python packages with type hints, dataclasses, pathlib, and clear module boundaries.
| 1 | # Python Patterns |
| 2 | |
| 3 | Use this skill for Python package structure, idiomatic code, error handling, |
| 4 | dataclasses, and maintainable module design. |
| 5 | |
| 6 | ## When to Use |
| 7 | |
| 8 | - Build a new Python library or CLI. |
| 9 | - Refactor Python modules without changing behavior. |
| 10 | - Choose simple standard-library patterns before adding dependencies. |