create-element
Installation
SKILL.md
Create Element
Creates new elements for the Elements registry (tryelements.dev).
Quick Start
Step 1: Scaffold
bun run .claude/skills/create-element/scripts/scaffold-element.ts <category> <name>
Step 2: Implement
Edit component following patterns in references/component-patterns.md
Step 3: Register
bun run build:registry && bun run dev