From sundial-org-awesome-openclaw-skills-4
Generates a complete design system from brand colors: shade scales, semantic tokens, CSS variables, and Tailwind config. Use when starting a new project or standardizing colors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:theme-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Give it your brand colors. Get back a complete design system with semantic tokens, shade scales, and ready-to-use CSS variables or Tailwind config. Stop manually picking 9 shades of blue.
Give it your brand colors. Get back a complete design system with semantic tokens, shade scales, and ready-to-use CSS variables or Tailwind config. Stop manually picking 9 shades of blue.
One command. Zero config. Just works.
npx ai-theme --primary "#3B82F6" --secondary "#10B981"
# Generate from primary color only
npx ai-theme --primary "#6366F1"
# Full brand palette
npx ai-theme --primary "#3B82F6" --secondary "#10B981" --accent "#F59E0B"
# Output Tailwind config
npx ai-theme --primary "#8B5CF6" --format tailwind
# Include dark mode variants
npx ai-theme --primary "#EC4899" --dark-mode
# Export to file
npx ai-theme --primary "#14B8A6" -o ./theme.css
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended.
npx ai-theme --help
The tool takes your base colors and uses color theory principles to generate harmonious shade scales. It calculates luminance values to ensure each step in the scale has proper contrast, then maps these to semantic purposes like backgrounds, text, and interactive states.
MIT. Free forever. Use it however you want.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Generate a cohesive color-token system from ONE OKLCH brand hue — primary/secondary/background/foreground/muted/border with semantic light + dark, emitted as a Tailwind v4 @theme block or a CSS-variables fallback. Use when starting a design system, defining brand colors, setting up theming/dark-mode, or replacing scattered hardcoded colors with a derived palette.
Generates design tokens (type scales, color palettes, spacing systems, dark-mode derivations with WCAG checks) or consolidates overgrown Tailwind v4 token sets. Outputs CSS/Tailwind.
Generates accessible color palettes from brand hex: 11-shade scales (50-950), semantic tokens, dark mode variants, Tailwind v4 CSS, WCAG contrast checks. For design systems and themes.