·react-component-dev
</>

react-component-dev

petekp/claude-code-setup

使用正确的模式、可访问性和组合构建 React 组件。在创建新组件、重构现有组件或检查组件架构时使用。涵盖forwardRef、prop设计、可访问性、文件组织和测试方法。

8安装·0热度·@petekp

安装

$npx skills add https://github.com/petekp/claude-code-setup --skill react-component-dev

SKILL.md

Patterns for building composable, accessible, well-structured React components.

| className | string | Style composition | | children | ReactNode | Content (when applicable) | | ...rest | native props | Forward all valid HTML attributes |

| forwardRef | Wrapping DOM elements | | ComponentPropsWithoutRef | Inheriting native props | | cn() | Merging classNames | | as const | Literal type inference | | useImperativeHandle | Custom ref APIs (rare) | | React.Children | Manipulating children (avoid if possible) |

使用正确的模式、可访问性和组合构建 React 组件。在创建新组件、重构现有组件或检查组件架构时使用。涵盖forwardRef、prop设计、可访问性、文件组织和测试方法。 来源:petekp/claude-code-setup。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/petekp/claude-code-setup --skill react-component-dev
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 react-component-dev?

使用正确的模式、可访问性和组合构建 React 组件。在创建新组件、重构现有组件或检查组件架构时使用。涵盖forwardRef、prop设计、可访问性、文件组织和测试方法。 来源:petekp/claude-code-setup。

如何安装 react-component-dev?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/petekp/claude-code-setup --skill react-component-dev 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/petekp/claude-code-setup