Design Style Picker
Batch-generates a matrix of visual design directions so you can pick the style you actually want instead of describing it.
Design & UIIntermediate★ 1,323⑂ 212AI score 8/10Last updated: Aug 8, 2026
What it does
- Turns vague taste into concrete choices by generating a structured set of comparable visual options rather than guessing one final design.
- Builds a two-axis matrix instead of near-identical variants: a vertical ladder that moves one dimension in large steps (e.g. color intensity 20/35/50/65/80) and horizontal directions that change the organizing strategy (data-driven, brand spine, warm product imagery, governance-led layout).
- Collects existing assets first — rendered UI, design tokens, CSS variables, component names, brand cues — and evolves them instead of throwing them away.
- Treats color as a role system: broad zones for architecture, multi-color for data semantics, brand/risk colors for rare emphasis, neutrals for routine UI. Includes deliberate overload boundary samples so "too much" becomes visible.
- Reviews its own generated images, flags which are too dead / too colorful / too generic, and presents file paths with a short decision note.
- After you choose, it extracts principles, not pixels, fuses the selected references explicitly, implements into the existing UI, and runs rendered visual QA.
Who it's for
- Developers and solo founders deciding a product's visual tone without a designer.
- Freelancers whose clients only say "make it more premium" with no specifics.
- Teams that want to upgrade a live design system incrementally instead of rebuilding it.
- Anyone who needs to lock a visual direction fast for a landing page, dashboard, or deck.
Examples
- Color tuning: after "this is too colorful" feedback, it produces a five-step ladder from a 20% to an 80% color budget plus an overload sample, exposing your real upper bound.
- Design-system evolution: it reads your CSS variables and component names, keeps that vocabulary, and renders four horizontal directions so you compare organizing strategies rather than random concepts.
- Fused implementation: you pick H02 and V04, and it states "color placement from H02, palette intensity from V04" before applying the result to your actual UI.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the design-style-picker folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/design-style-picker/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/daymade/claude-code-skills.git /tmp/ccs && cp -r /tmp/ccs/design-style-picker ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS, Git Bash on Windows).
- Create the skills folder if needed:
mkdir -p ~/.claude/skills - Clone the repository into a temp folder:
git clone https://github.com/daymade/claude-code-skills.git /tmp/ccs - Copy just this skill:
cp -r /tmp/ccs/design-style-picker ~/.claude/skills/ - Confirm
references/selection-playbook.mdcame along — it's used for full style-selection sessions. - Make sure Claude Code has an image-generation path available (an image MCP server or your preferred image API/CLI).
- Restart Claude Code and try: "I can't describe the style I want — generate several options for me to choose from."
View source on GitHub ↗License: MIT