概要
The Compact Python Style Guide skill provides Claude with a precise set of conventions for writing professional-grade Python. It covers essential areas including strict type annotations using modern built-in types, Google-style docstrings, and absolute import grouping. By implementing these standards, the skill ensures that all generated code is PEP 8 compliant, utilizes modern features like f-strings and Pathlib, and integrates seamlessly with industry-standard libraries like Pydantic and Loguru. It is particularly useful for teams looking to maintain architectural consistency and code readability across complex Python projects.