概要
This skill provides a comprehensive framework for building high-quality React applications within Claude Code. It enforces modern best practices such as functional components over classes, precise hook usage (including state management and side effects), and robust TypeScript integration. By focusing on component composition and avoiding common anti-patterns like state mutation or improper effect cleanup, it ensures code maintainability, performance, and reliability across .jsx and .tsx files.