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

frontend-components

构建可重用、可组合的UI组件,每个组件具有单一职责、清晰的属性接口、适当的状态管理和最小的耦合。在创建或编辑React组件(.tsx, .jsx文件)、设计带有属性的组件API、实现组件组合模式、管理本地组件状态、构建shadcn/ui组件、在resources/js/Components/中创建共享UI组件、实现组件文档编写时,或者将大型组件重构为更小、更专注的部分时使用此技能。

person作者: jakexiaohubgithub

Frontend Components

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend components.

When to use this skill

  • When creating new React components in .tsx or .jsx files
  • When editing existing components in resources/js/Components/ or similar directories
  • When designing component prop interfaces and TypeScript types
  • When implementing component composition by combining smaller components
  • When managing component state (useState, useReducer, etc.)
  • When building or customizing shadcn/ui components
  • When creating reusable UI components (buttons, cards, modals, forms, etc.)
  • When refactoring monolithic components into smaller, focused pieces
  • When implementing component documentation or usage examples
  • When deciding between local state and lifting state up to parent components
  • When defining component naming conventions
  • When encapsulating component internal logic and exposing minimal APIs

Instructions

For details, refer to the information provided in this file: frontend components