关于
Enforces a set of professional standards for creating high-quality frontend components in any framework. This skill guides the design of small, focused components that adhere to the single responsibility principle, promoting composition over configuration. It provides clear patterns for defining component interfaces with minimal, strongly-typed props, managing state locally, and creating comprehensive documentation. Use this skill when building or refactoring UI elements to ensure your component architecture is scalable, maintainable, and easy for teams to work with.