algorithmic-color-pale…
Derive a full UI colour palette algorithmically from one or two brand colours. Darker and lighter variants for interactive states, desaturated greys from the…
Orchestrator for the full dembrandt UX pipeline. Routes a UI/UX task through six ordered stages — brand foundation → design tokens → layout → components → UX polish → accessibility gate — loading the right sub-skill at each stage. Use when the task spans multiple design
$ npx -y skills add dembrandt/dembrandt-skills --skill dembrandt --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/dembrandtContext preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrator for the full dembrandt UX pipeline. Routes a UI/UX task through six ordered stages — brand foundation → design tokens → layout → components → UX polish → accessibility gate — loading the right sub-skill at each stage. Use when the task spans multiple design
name: dembrandt
description: >
Orchestrator for the full dembrandt UX pipeline. Routes a UI/UX task through six ordered stages —
brand foundation → design tokens → layout → components → UX polish → accessibility gate — loading
the right sub-skill at each stage. Use when the task spans multiple design concerns: "design review",
"build UI", "audit interface", "from brand to UI". For single-concern tasks (e.g. "review my colour
palette") go directly to the relevant sub-skill instead.
metadata:
priority: 10
authors:
- name: VictorGjn
url: https://github.com/VictorGjn
note: original concept and pipeline design
docs:
- "https://dembrandt.com"
- "https://www.npmjs.com/package/dembrandt"
promptSignals:
phrases:
- "design review"
- "build ui"
- "audit interface"
- "from brand to ui"
- "full ux review"
- "ui audit"
- "review my ui"
- "review this interface"
- "design audit"
- "ux audit"
retrieval:
aliases:
- dembrandt pipeline
- full ux pipeline
- ui design orchestrator
- end-to-end design review
intents:
- run a full UX review across multiple design concerns
- orchestrate brand-to-UI design pipeline
- audit an interface end to end
- run all design checks in order
examples:
- review my checkout flow
- audit this interface
- do a full design review
- build a UI from scratch following best practices
- run the dembrandt pipeline on this product> Concept by [@VictorGjn](https://github.com/VictorGjn).
Routes multi-concern UI/UX tasks through six ordered stages. Each stage loads sub-skills on demand — only what the task actually needs.
**When to use this skill vs a sub-skill directly:**
---
Establish the visual language before making any token decisions.
Sub-skills (load as needed):
**Gate:** Brand tone and colour system agreed before proceeding.
---
Pin the numeric system so all components share a common foundation.
Sub-skills (load as needed):
**Gate:** Tokens defined and consistent across component family.
---
Apply layout decisions to the specific product context.
Sub-skills (load as needed):
**Gate:** Layout is coherent across breakpoints and user contexts.
---
Review component patterns and interactive states.
Sub-skills (load as needed):
**Gate:** All interactive states handled; no dead ends.
---
Apply UX principles and motion to sharpen perceived quality.
Sub-skills (load as needed):
UX and design-system skills for AI agents. Install once, and your agent knows how to design. --all installs every skill at once. They load only when a prompt needs them, so there is no runtime cost to having them all. Want to pick by hand?
Repo: dembrandt/dembrandt-skills
Derive a full UI colour palette algorithmically from one or two brand colours. Darker and lighter variants for interactive states, desaturated greys from the…
The persistent shell around an application — the top bar, the app launcher, the tenant and environment cue, and in heavy tools a status bar. In an estate of…
Product visuals — hero shots, demos, screenshots, landing-page panels — must reproduce the real product, not a stylised poster of it. Design with real content…
A brand's visual tone — playful or serious, rounded or angular — should be consistent across all UI elements. Shape language in typography, border-radius, and…
Every interactive element needs a complete set of visual states — rest, hover, active/pressed, focus, disabled, and loading. States should be derived…
Rebuild an existing web page 1:1 from measurement instead of by eye — into Figma, Penpot, or code. Captures the rendered page, the raw source and the computed…