Use for any frontend UI implementation - orchestrates tailwind-ui, shadcn, and radix-ui in the correct order
/plugin marketplace add alizain/wizard-wheezes/plugin install utils@eightzerothreeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
| Type | Primary Skill | Examples |
|---|---|---|
| Layout/Structure | utils:tailwind-ui | Heroes, sections, grids, page shells |
| Interactive | shadcn | Buttons, dialogs, forms, tables |
| Primitive (no shadcn match) | radix-ui | Custom compound components |
Invoke utils:tailwind-ui for structural patterns.
Use the Skill tool with skill: "utils:tailwind-ui"
Use for:
Invoke shadcn for component implementation.
Use the Skill tool with skill: "shadcn"
Use for:
Install missing components:
npx shadcn@latest add <component>
Only if shadcn lacks the component, invoke radix-ui.
Use the Skill tool with skill: "radix-ui"
Use for:
Need UI component?
├─ Is it layout/structure/decorative?
│ └─ utils:tailwind-ui
├─ Is it interactive?
│ ├─ Does shadcn have it? → shadcn
│ └─ No shadcn match? → radix-ui
└─ Combining layout + interactive?
└─ utils:tailwind-ui for structure, shadcn for components inside
Before completing any frontend work:
dark: variants applied consistentlysm:, md:, lg: breakpointsDon't: