Skip to content
hue

hue

Agent skill that turns any brand URL or screenshot into a design system

Tier A · StrongAgent SkillGeneratorDesign Mdgithub.com

Preview image from github.com

hue is an MIT-licensed skill for Claude Code and Codex that reads a brand from a URL, a name, or a screenshot and writes out a complete design language as a second, generated skill: color tokens, typography, spacing, light and dark mode, hero-stage recipes, icon-kit selection, and a component library. You clone it into ~/.claude/skills or ~/.agents/skills once, then say 'make a design skill from cursor.com' in any session. Every generated skill is gated through scripts/validate.mjs, which checks YAML syntax, orphan CSS selectors, undefined var(--token) usages, leftover placeholders, em-dashes, the SKILL.md frontmatter contract, WCAG contrast on core text/background pairs, and AI-default display fonts. Seventeen worked examples ship in examples/, each with design-model.yaml and landing-page.html.

Install
git clone https://github.com/dominikmartn/hue ~/.claude/skills/hue

For an agent

Reach for hue when the target brand is NOT in awesome-design-md's 73 and you need a system invented from a URL or screenshot - it is a generator, where DESIGN.md collections are a lookup. Install path matters: ~/.claude/skills/hue for Claude Code, ~/.agents/skills/hue (or $CODEX_HOME/skills/hue) for Codex, and after generating always run `node scripts/validate.mjs <generated-skill-folder>` because it exits 1 on undefined var(--token) usages and failed WCAG contrast, which is the single most common way a generated system silently breaks. It composes cleanly with Impeccable - hue defines the identity, Impeccable enforces craft - but note the output is vanilla CSS custom properties and HTML, not React or Tailwind, so you translate before dropping it into a component framework.

Why it is here. Most design-for-agents tooling hands you a fixed style; hue is one of the few that derives a validated, self-consistent system from an arbitrary brand and then hard-fails on its own mistakes.

Install command, framework, licence and component list.

Facts

License
MIT
Pricing
Free, Open source, Sponsor or ad supported
Framework
Vanilla JS
Styling
CSS custom properties, Vanilla CSS
Distribution
Agent skill / rules pack, GitHub repository, Direct download / asset pack
Platform
Web
Content type
Prompts, Design tokens / theme files, Code, Prose / writing
Agent readiness
Agent skill or rules pack, Readable open source, Structured documentation, Copy-paste ready code
Accessibility
Contrast checked, WCAG 2.x AA
Maturity
Actively maintained
Pricing detail
Free, MIT, no account or API key. GitHub Sponsors link only.
GitHub stars
798

Components it ships

40 total

Helps you build

5

Templates

28

Notable for

  • generates a skill from a URL or screenshot
  • validate.mjs gates WCAG contrast and orphan tokens
  • 17 worked example brands
  • 26-component spec template
  • works on Claude Code and Codex

Provenance

Verified 2026-08-15. HTTP 200. https://github.com/dominikmartn/hue, https://raw.githubusercontent.com/dominikmartn/hue/main/README.md, https://raw.githubusercontent.com/dominikmartn/hue/main/references/components-template.md, https://raw.githubusercontent.com/dominikmartn/hue/main/references/component-library-template.md, https://api.github.com/repos/dominikmartn/hue (+ git/trees)

Also in Agent Design Tooling

6
github.comTier A