create-new-component

Create a new React component following Lab's architecture patterns. Determines component scope (core vs. page-scoped), generates proper structure with TypeScript types, creates Storybook stories for core components, and ensures composability with existing components.

$ 安裝

git clone https://github.com/ethpandaops/lab /tmp/lab && cp -r /tmp/lab/.claude/skills/create-new-component ~/.claude/skills/lab

// tip: Run this command in your terminal to install the skill