Sandbox
@h3nryprod01/design-taste

Design taste skill for Claude Code and Cowork

This repo packages a merged design skill that teaches Claude how to make frontend work look and feel better. It combines rules for typography, color, motion, interaction states, design-system judgment, and anti-slop critique into one installable skill with supporting reference files.

50 stars3 forksUpdated 1mo ago
Who it's for

Builders who use Claude Code or Cowork to shape frontend interfaces and want more polished results.

What it delivers

You can get your agent to produce and critique UI that looks more intentional, with less generic slop.

What it does

Merged design rules

Combines three community design skills into one core skill instead of making you install overlapping copies.

Motion and animation guidance

Includes a dedicated `reference/motion.md` for easing, springs, stagger, clip-path, and performance-minded animation craft.

Interaction state reference

Covers component states, focus rings, dialog and popover behavior, and keyboard navigation in `reference/interaction-states.md`.

Anti-slop checks

Adds a strong ban on generic AI patterns and a critique pass in `reference/anti-slop.md`.

Design-system selection help

Includes guidance for reading the brief, choosing the right intensity, and deciding between real and fake design-system patterns in `reference/design-systems.md`.

Pre-flight review matrix

Provides a review format and checklist in `reference/pre-flight.md` so the agent can inspect work before finishing.

How to get it

  1. 1From GitHub (recommended)
    # via the agent-skills CLI (works for Claude Code, Cowork, Cursor, etc.)
    npx skills add h3nryprod01/design-taste
    
    # or clone straight into your personal skills dir
    git clone https://github.com/h3nryprod01/design-taste.git ~/.claude/skills/design-taste
  2. 2Claude Code — global (all projects)
    cp -r design-taste ~/.claude/skills/
  3. 3Claude Code — single project
    mkdir -p .claude/skills && cp -r design-taste .claude/skills/

README

Design & Taste — a merged skill for Claude Code / Cowork

One installable skill that gives Claude elite frontend design taste: it builds interfaces that feel premium instead of generic, with stronger typography, color, spacing, motion, component states, and accessibility — and a built-in critique pass so it doesn't stop at the first draft.

Where it comes from

This is a synthesis of three community design skills, deduplicated and merged. All three share the same anti-slop, taste-first lineage; each contributed its unique strength:

SourceWhat it contributed to this skill
emilkowalski/skill (emil-design-eng)The craft philosophy ("taste is trained", "unseen details compound") and the deep motion/animation craft → reference/motion.md
pbakaus/impeccableThe crisp design rules, the OKLCH color strategy, the absolute anti-slop bans, and the modern interaction-states reference → core rules + reference/anti-slop.md + reference/interaction-states.md
leonxlnx/taste-skill (design-taste-frontend)Reading the brief before designing, the three intensity dials, honest design-system selection, GSAP scroll skeletons, and the full pre-flight matrix → reference/design-systems.md + reference/pre-flight.md

Rather than install three overlapping skills (they repeat the same mindset), this combines them: one self-contained SKILL.md core plus five focused reference files pulled faithfully from the originals.

Structure

design-taste/
├── SKILL.md                       # Synthesized core: philosophy, Iron Law, brief-read, core rules, file index
└── reference/
    ├── motion.md                  # Animation craft (emil): easing, springs, clip-path, stagger, perf, Sonner
    ├── interaction-states.md      # Components (impeccable): 8 states, focus rings, dialog/popover, keyboard nav
    ├── anti-slop.md               # The ban + AI-tells catalogue (impeccable + taste-skill)
    ├── design-systems.md          # Brief read, dials, real-vs-fake design systems, GSAP skeletons (taste-skill)
    └── pre-flight.md              # Review format + full pre-flight matrix (emil + taste-skill)

Install

Repo: https://github.com/h3nryprod01/design-taste

From GitHub (recommended):

# via the agent-skills CLI (works for Claude Code, Cowork, Cursor, etc.)
npx skills add h3nryprod01/design-taste

# or clone straight into your personal skills dir
git clone https://github.com/h3nryprod01/design-taste.git ~/.claude/skills/design-taste

Claude Code — global (all projects):

cp -r design-taste ~/.claude/skills/

Claude Code — single project:

mkdir -p .claude/skills && cp -r design-taste .claude/skills/

Claude Desktop / Web / Cowork: zip the design-taste folder and upload it under Settings → Capabilities → Skills.

Usage

It activates automatically on design requests — "make this landing page look better", "build a premium pricing page", "polish this dashboard's UI", "improve the animations", "this feels like AI slop, fix it" — or invoke explicitly: "use the design-taste skill to…".

Credits & license

This is a mixed-license package, because the upstream sources use different licenses. The split is documented precisely in NOTICE (per-file provenance map).

PartSourceLicense
SKILL.md, README.md (new synthesis)MIT (LICENSE)
reference/motion.mdemilkowalski/skillMIT
reference/interaction-states.md, reference/anti-slop.md (Part 1)pbakaus/impeccableApache-2.0 (LICENSES/Apache-2.0.txt)
reference/anti-slop.md (Part 2), reference/design-systems.md, reference/pre-flight.mdleonxlnx/taste-skillMIT

The original synthesis is © 2026 Nguyễn Phú Cường under MIT. The impeccable-derived files remain under Apache-2.0 (impeccable itself derives, in part, from Anthropic's frontend-design skill, also Apache-2.0 — attribution preserved transitively in NOTICE). When redistributing, keep LICENSE, LICENSES/Apache-2.0.txt, and NOTICE together.

Files in the repo

Repository payload7 top-level entries
  • LICENSES
  • reference
  • .gitignore
  • LICENSE
  • NOTICE
  • README.md
  • SKILL.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k