What problem does it solve?
It reduces the time and inconsistency of creating new UI components by automatically generating boilerplate that matches your project’s Atomic Design structure and import conventions.
Core Features & Use Cases
- Atomic Design scaffolding: Create atoms, molecules, organisms, and app pages in the correct folders.
- TypeScript-ready component templates: Generates TypeScript types/props in the style your repo uses (named exports, kebab-case filenames,
@/* aliases).
- Project-aligned dependencies and patterns: Uses conventions such as
cn() from @/lib/utils and shadcn/ui imports from @/components/ui/*.
- Use Case: When you need a new feature like an “idea form sheet” or a “cost badge,” you can generate the right component/page skeleton without manually wiring imports and structure.
Quick Start
Tell the skill which thing you want to create (atom, molecule, organism, page, or type) and the component name, and it will generate the appropriately structured boilerplate.