component-creation

Comprehensive guide for creating React components in the squared package and squareone app. Use this skill when creating new components, setting up component structure, implementing CSS Modules styling, writing Storybook stories, or setting up component tests. Covers TypeScript patterns (type vs interface, no React.FC), CSS Modules with design tokens, compound component patterns, Storybook integration, and vitest testing.

$ Installer

git clone https://github.com/lsst-sqre/squareone /tmp/squareone && cp -r /tmp/squareone/.claude/skills/component-creation ~/.claude/skills/squareone

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