关于
This skill provides a comprehensive framework for building high-quality React components by addressing specific areas where AI models typically struggle, such as component testability and state management. It guides Claude to separate concerns, implement the Presenter pattern, and extract conditional logic into manageable, prop-driven sub-components. By adhering to these guidelines, developers can ensure their codebase remains maintainable, highly testable, and free from the internal state traps often found in AI-generated code.