소개
The Python Type-Safety Enforcer is a specialized skill designed to automate the application of strict typing standards across Python projects. It ensures that all functions, classes, and variables utilize comprehensive type hints, significantly reducing runtime errors and improving IDE support. The skill implements advanced patterns including Generics, Protocols, TypeGuards, and Literals, while maintaining compatibility with both modern Python 3.9+ syntax and legacy Union types. By aligning your code with mypy strict-mode requirements, it transforms loosely typed scripts into production-grade, maintainable software architectures.