an open-source skill that learns any brand from a url, name, or screenshot and turns it into a complete design system. works on claude code and codex. install it once, and every component your ai assistant builds after that matches your brand.
$ npx -y skills add dominikmartn/hue --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: dominikmartn/hue
What's inside
an open-source skill that learns any brand from a url, name, or screenshot and turns it into a complete design system. works on claude code and codex. install it once, and every component your ai assistant builds after that matches your brand.
see it in action: hueapp.io
a full design language as an ai coding skill โ color tokens, typography, spacing, components, light + dark mode, hero stage recipes, icon kit selection. opinionated enough that two different sessions using the generated skill produce visually consistent output.
git clone https://github.com/dominikmartn/hue ~/.claude/skills/hue
git clone https://github.com/dominikmartn/hue ~/.agents/skills/hue
alternative codex path (cli installer compatible):
git clone https://github.com/dominikmartn/hue "${CODEX_HOME:-$HOME/.codex}/skills/hue"
then in any session say something like:
the assistant picks up the trigger and walks through the analysis.
every generated skill gets gated through scripts/validate.mjs before it ships:
node scripts/validate.mjs <path-to-generated-skill-folder>
it checks yaml syntax, orphan css selectors, undefined var(--token) usages, leftover placeholders, em-dashes, the SKILL.md frontmatter contract, wcag contrast on the core text/background pairs, and ai-default display fonts. exit code 1 on any error.
seventeen brands live in examples/ showing the range of output hue produces. sixteen are fictional one-shots, one is real (meadow โฆ the mymind-design skill).
| brand | character |
|---|---|
| atlas | ivory engineering, classical maritime charts |
| auris | premium audio, monochrome dark |
| drift | hot pink fashion commerce |
| fizz | y2k pop photo-sharing, candy chrome |
| halcyon | cool teal sculptural glass |
| kiln | dark fired earth, molten terracotta |
| ledger | newsprint editorial, financial broadsheet |
| meadow | warm cream editorial (real, from mymind-design) |
| orivion | luminous red-violet glow |
| oxide | brutalist mono compute protocol |
| prism | cyberpunk holographic shader engine |
| relay | swiss transit, departure board precision |
| ridge | slate emerald dev platform |
| solvent | warm amber generative shader |
| stint | muted violet productivity |
| thrive | sage green wellness, light mode |
| velvet | noir editorial fragrance house |
each has a design-model.yaml + landing-page.html. ridge and stint also ship an app-screen.html. halcyon ships a full component-library.html. open them in a browser to see the system rendered.
MIT. fork it, remix it, build your own.
.gitignore
docs/
2026-04-17-cross-platform-codex.md
examples/
atlas/
design-model.yaml
landing-page.html
auris/
design-model.yaml
landing-page.html
drift/
design-model.yaml
landing-page.html
fizz/
design-model.yaml
landing-page.html
halcyon/
component-library.html
design-model.yaml
landing-page.html
index.html
kiln/
design-model.yaml
landing-page.html
ledger/
design-model.yaml
landing-page.html
meadow/
design-model.yaml
landing-page.html
orivion/
design-model.yaml
landing-page.html
oxide/
design-model.yaml
landing-page.html
prism/
design-model.yaml
landing-page.html
relay/
design-model.yaml
landing-page.html
ridge/
app-screen.html
design-model.yaml
landing-page.html
solvent/
design-model.yaml
landing-page.html
stint/
app-screen.html
design-model.yaml
landing-page.html
thrive/
design-model.yaml
landing-page.html
velvet/
design-model.yaml
landing-page.html
LICENSE
README.md
references/
app-screen-template.md
background-graphics.md
background-shaders.md
component-library-template.md
components-template.md
hero-stage.md
icon-kits.md
landing-page-template.md
platform-mapping-template.md
preview-template.md
skill-template.md
tokens-template.md
scripts/
validate.mjs
SKILL.mdFAQ
hue is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes hue. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.