关于
This skill provides Claude with a comprehensive framework for writing production-grade TypeScript and JavaScript code within React environments. It prioritizes end-to-end type safety, discourages common pitfalls like 'any' types or over-reliance on useEffect, and promotes readable, flat code structures through early returns and specific naming conventions. Whether refactoring legacy code or architecting new features, it ensures consistent adherence to modern software engineering principles like KISS, YAGNI, and accessibility standards.