概要
This skill serves as a comprehensive engineering playbook for modern React and TypeScript development, focusing on eliminating technical debt through strict type enforcement and the total prohibition of the 'any' type. It provides structured patterns for Atomic Design component architecture, robust state management using the Context API and custom hooks, and advanced error-handling strategies like the Fail-Fast principle. By integrating these rules into the development workflow, teams can ensure their frontend applications are secure, maintainable, and optimized for performance while maintaining a high standard of code quality.