npx claudepluginhub tonone-ai/tonone --plugin warden-threatThis skill is limited to using the following tools:
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Creates, evaluates, and documents accessible color palettes for brands, products, and design systems with WCAG contrast checks and semantic color tokens.
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.
Builds accessible color systems with palettes, semantic mappings, tonal scales, and contrast checks for UI components in digital products.
Share bugs, ideas, or general feedback.
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.