关于
This skill equips Claude with specialized knowledge for defining robust TypeScript props in modern React development, prioritizing maintainability and strict type safety. It enforces the use of interfaces for component definitions, mandates JSDoc comments for automated documentation, and implements advanced patterns like Generics and Utility Types (Pick, Omit, Partial). Furthermore, it provides sophisticated implementation patterns for UI-specific workflows using class-variance-authority (cva) and VariantProps, making it ideal for developers building complex design systems and reusable component libraries.