From form-palette
Generates shadcn-ui compatible color palettes for industries or product types like fintech, healthcare, or SaaS, with light/dark modes and WCAG AA compliance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/form-palette:form-paletteThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Product needs a color palette. Industry or product type is known or discoverable from context.
python3 -m form_agent.uiux search --domain product --query "{product_type}" --limit 3
python3 -m form_agent.uiux search --domain color --query "{product_type}" --limit 3
┌─ Color Palette — {product_type} ───────────────────────────────────┐
│ Token │ Light │ Dark │ WCAG │
├────────────────────────┼──────────────────┼──────────────────┼──────┤
│ Primary │ {hex} │ {hex} │ AA │
│ On Primary │ {hex} │ {hex} │ AA │
│ Secondary │ {hex} │ {hex} │ AA │
│ On Secondary │ {hex} │ {hex} │ AA │
│ Accent │ {hex} │ {hex} │ AA │
│ On Accent │ {hex} │ {hex} │ AA │
│ Background │ {hex} │ {hex} │ — │
│ Foreground │ {hex} │ {hex} │ AA │
│ Card │ {hex} │ {hex} │ — │
│ Card Foreground │ {hex} │ {hex} │ AA │
│ Muted │ {hex} │ {hex} │ — │
│ Muted Foreground │ {hex} │ {hex} │ AA │
│ Border │ {hex} │ {hex} │ — │
│ Destructive │ {hex} │ {hex} │ AA │
│ On Destructive │ {hex} │ {hex} │ AA │
│ Ring │ {hex} │ {hex} │ — │
└────────────────────────┴──────────────────┴──────────────────┴──────┘
If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
3plugins reuse this skill
First indexed Jun 16, 2026
npx claudepluginhub tonone-ai/tonone --plugin form-paletteGenerates shadcn-ui compatible color palettes for industries or product types like fintech, healthcare, or SaaS, with light/dark modes and WCAG AA compliance.
Creates accessible, cohesive color palettes for brands and design systems, including semantic color roles, WCAG contrast validation, and design token documentation.
Designs a color palette with semantic tokens for a brand or product, including light/dark mode mappings and WCAG contrast verification.