返回 Skill 列表
extension
分类: 开发与工程无需 API Key

react-component-scaffolder

已弃用:对于符合M3标准的生产级组件,请改用component-builder。

person作者: jakexiaohubgithub

React Component Scaffolder (DEPRECATED)

⚠️ This skill is deprecated and should no longer be used.

Why Deprecated?

The component-builder skill is the recommended replacement. It provides:

  • Production-grade components with best practices
  • M3 Expressive design token compliance
  • Token-aware styling (no hardcoded values)
  • Accessibility-first approach with ARIA labels
  • Comprehensive error handling and edge cases
  • TypeScript interfaces with JSDoc documentation

Migration Path

When asked to "create a component", use component-builder instead:

Old way:

User: Create a Button component
Assistant: Uses react-component-scaffolder

New way:

User: Create a Button component
Assistant: Uses component-builder (M3-compliant)

Why Not Use This Skill Anymore?

  1. react-component-scaffolder only creates directory structure with no intelligent code generation
  2. component-builder generates complete, production-ready components with M3 tokens
  3. Having both creates user confusion about which to use
  4. component-builder is strictly superior in every way

See component-builder for the recommended replacement.