skills/smithery.ai/puck-component

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)
Installs
1
First Seen
Mar 24, 2026
puck-component from smithery.ai