This skill acts as a senior Python architect within Claude, ensuring that all code written, reviewed, or refactored adheres to strict industry best practices. It covers a comprehensive range of development requirements including SOLID design principles, structured concurrency via asyncio TaskGroups, and modern type hinting. By implementing this skill, developers can automatically prevent common anti-patterns such as blocking I/O in async paths, mutable defaults, and improper error handling, while ensuring consistent use of Pydantic validation and structured logging for production-ready systems.
主な機能
01Production-quality error handling with custom exception hierarchies.
02Strict type safety using modern Python type hints and Pydantic validation.
030 GitHub stars
04Enforcement of SOLID principles and dependency injection patterns.
05Advanced asyncio support featuring structured concurrency and non-blocking I/O.
06Automated adherence to absolute imports and Google-style documentation standards.