The python-patterns skill provides developers with idiomatic Python conventions, type hints, and best practices for writing robust, maintainable code aligned with PEP 8 standards. It guides Python developers writing, reviewing, or refactoring code by emphasizing readability, explicit logic, and Python-preferred patterns like EAFP exception handling. The skill addresses the need for consistent, high-quality Python development by documenting core principles and modern techniques including type annotations, type aliases, and protocol-based typing.
npx skills add https://github.com/affaan-m/everything-claude-code --skill python-patterns