关于
The Python Standards skill equips Claude with a rigorous framework for writing clean, maintainable, and idiomatic Python code. It automates adherence to industry-standard formatting using Black and isort, mandates comprehensive type hinting for better static analysis, and ensures documentation follows the Google docstring format. By integrating these practices, the skill helps developers maintain consistency across large codebases, improve error handling with contextual exceptions, and leverage modern Python features like Pathlib and Dataclasses for more robust software architecture.