Generate custom Nuxt UI v4 theme configuration with semantic colors and component customization
/plugin marketplace add secondsky/claude-skills/plugin install nuxt-ui-v4@claude-skills<primary-color> [--neutral <color>] [--radius <size>]# Nuxt UI Theme Generator Command Generate a custom theme configuration for Nuxt UI v4. ## Arguments - `<primary-color>`: Primary semantic color (e.g., violet, blue, green, rose) - `--neutral <color>`: Neutral color for backgrounds/borders (default: slate) - `--radius <size>`: Border radius size (sm, md, lg, xl, full) ## Available Colors Tailwind v4 palette colors: - `red`, `orange`, `amber`, `yellow`, `lime`, `green`, `emerald`, `teal` - `cyan`, `sky`, `blue`, `indigo`, `violet`, `purple`, `fuchsia`, `pink`, `rose` - Neutrals: `slate`, `gray`, `zinc`, `neutral`, `stone` - Utility colo...