概要
This skill provides a comprehensive framework for maintaining high-quality codebases by enforcing strict type discipline in both TypeScript and Python environments. It acts as a technical guide to help developers avoid dangerous anti-patterns like 'any' types, bare exceptions, or non-null assertions. By integrating this skill, Claude can assist in building resilient applications through explicit interface definitions, generics, and sophisticated TypeGuards. It is particularly useful when processing unpredictable API responses, integrating third-party libraries, or establishing a level-based type safety roadmap for professional software projects.