Loading...
Loading...
This skill should be used when adding shadcn/ui components, initializing shadcn projects, building custom registries, theming with Tailwind v4 OKLCH colors, or customizing installed components. Also use when working with components.json, presets, monorepo setup, or shadcn CLI commands. Pairs with minoan-frontend-design for creative direction.
npx skill4agent add tdimino/claude-code-minoan shadcnnpx shadcn@latest infocomponents.jsonnpx shadcn@latest add button card dialog # Multiple at once
npx shadcn@latest add @namespace/component # From custom registry
npx shadcn@latest add --dry-run button # Preview before writingnpx shadcn@latest diff <name>addadd--radiustw-animate-csstailwindcss-animateminoan-frontend-design@theme inlinetailwind.config.ts:root {
--primary: oklch(0.205 0.03 264.05);
--primary-foreground: oklch(0.985 0 0);
}
@theme inline {
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
}tailwind.configcomponents.jsondata-slotReact.ComponentProps<>forwardRefbackgroundforeground--primary--primary-foreground@theme inline:root { --warning: oklch(0.84 0.16 84); --warning-foreground: oklch(0.14 0.04 84); }
@theme inline { --color-warning: var(--warning); --color-warning-foreground: var(--warning-foreground); }cn()references/cli-v4-reference.mdcomponents-json-schema.mdtheming-oklch.mdregistry-authoring.mdtailwind-v4-migration.mdcomponent-inventory.mdcustomization-patterns.md