puck-component
Installation
SKILL.md
Puck Component Creation
Create Puck page builder components following established patterns in this codebase.
File Structure
Every Puck component has 3 files in src/components/theme/{category}/{component-name}/:
{component-name}/
├── {component-name}.tsx # React component
├── {component-name}.config.tsx # Puck configuration
└── {component-name}.stories.tsx # Storybook stories (optional)