关于
Provides a comprehensive guide for creating React components within the `squareone` ecosystem. It standardizes the entire development lifecycle, from initial file structure scaffolding with the `file-factory` CLI to final implementation. The skill details specific best practices for TypeScript (preferring `type` over `interface`), styling with CSS Modules and design tokens, creating comprehensive Storybook stories for documentation, and writing unit tests with `vitest`. It also covers advanced patterns like compound components and `forwardRef`, ensuring all new UI is consistent, maintainable, and accessible.