概要
The Python Best Practices skill equips Claude with the specialized knowledge required to write and review Python code according to modern professional standards. It covers a comprehensive range of topics including PEP 8 naming conventions, formatting with tools like Ruff and Black, advanced type hinting for better static analysis, and asynchronous programming patterns with asyncio. By integrating this skill, developers can ensure their projects utilize robust error handling, efficient data modeling with Pydantic or Dataclasses, and standardized project structures that facilitate easier collaboration and long-term maintenance.