概要
This skill provides a comprehensive framework for building high-quality frontend applications by equipping Claude with specialized knowledge in modern TypeScript and React ecosystems. It prioritizes absolute type safety by prohibiting 'any' types and promoting advanced features like 'satisfies' and 'branded types'. The skill guides the creation of maintainable component architectures, efficient state management via hooks and context, and secure coding practices that prevent sensitive data exposure. By implementing 'Fail-Fast' error handling and aggressive refactoring guidelines, it ensures that your codebase remains clean, scalable, and resilient to runtime errors.