awesome-design-skills
Catalogue stub — full registry: bergside/awesome-design-skills
Install a style skill
Browse available skills:
npx typeui.sh list
Install a specific style:
npx typeui.sh pull <slug>
# examples:
npx typeui.sh pull glassmorphism
npx typeui.sh pull brutalism
npx typeui.sh pull claymorphism
npx typeui.sh pull editorial
npx typeui.sh pull bento
Skills install to your local agents directory and are immediately available.
Available styles (67 total)
Aesthetic moods: agentic, ant, artistic, bento, bold, brutalism, cafe, claymorphism, clean, colorful, contemporary, corporate, cosmic, creative, dashboard, dithered, doodle, dramatic, editorial, elegant, energetic, enterprise, expressive, fantasy, fiction, flat, friendly, futuristic, glassmorphism, gradient, immersive, luxury, minimal, modern, mono, neobrutalism, neon, neumorphism, paper, perspective, premium, professional, publication, refined, retro, riso, simple, sketch, skeuomorphism, sleek, spacious, storytelling, vibrant, vintage, and more.
What it does
Each skill in the registry includes:
- SKILL.md — agent instructions: token palette, component rules, accessibility constraints, quality gates
- DESIGN.md — human-readable rationale: brand mission, style foundations, do/don't patterns
The agent reads both files to apply the aesthetic consistently across any UI task — colors, typography, spacing, shadows, motion, tone of voice.
When NOT to use
- Functional design tooling (Figma, tokens, accessibility audits) — use the relevant tool skill
- Brand-specific tokens for a real product — use
design-tokens-skill or author your own DESIGN.md
- Material Design 3 / platform HIG — use
material-3-skill or platform-design-skills
1---2name: awesome-design-skills3description: Registry of 67 visual aesthetic and style skills for Claude Code, Cursor, Codex, and other agents. Each skill ships as SKILL.md + DESIGN.md covering tokens, components, accessibility, tone, and quality gates for a specific design aesthetic — glassmorphism, brutalism, claymorphism, neumorphism, editorial, bento, retro, riso, and 59 more. Distributed via the TypeUI CLI.4---5
6# awesome-design-skills
7
8> Catalogue stub — full registry: [bergside/awesome-design-skills](https://github.com/bergside/awesome-design-skills)
9
10## Install a style skill
11
12Browse available skills:
13```bash
14npx typeui.sh list
15```
16
17Install a specific style:
18```bash
19npx typeui.sh pull <slug>
20# examples:
21npx typeui.sh pull glassmorphism
22npx typeui.sh pull brutalism
23npx typeui.sh pull claymorphism
24npx typeui.sh pull editorial
25npx typeui.sh pull bento
26```
27
28Skills install to your local agents directory and are immediately available.
29
30## Available styles (67 total)
31
32Aesthetic moods: `agentic`, `ant`, `artistic`, `bento`, `bold`, `brutalism`, `cafe`, `claymorphism`, `clean`, `colorful`, `contemporary`, `corporate`, `cosmic`, `creative`, `dashboard`, `dithered`, `doodle`, `dramatic`, `editorial`, `elegant`, `energetic`, `enterprise`, `expressive`, `fantasy`, `fiction`, `flat`, `friendly`, `futuristic`, `glassmorphism`, `gradient`, `immersive`, `luxury`, `minimal`, `modern`, `mono`, `neobrutalism`, `neon`, `neumorphism`, `paper`, `perspective`, `premium`, `professional`, `publication`, `refined`, `retro`, `riso`, `simple`, `sketch`, `skeuomorphism`, `sleek`, `spacious`, `storytelling`, `vibrant`, `vintage`, and more.
33
34## What it does
35
36Each skill in the registry includes:
37- **SKILL.md** — agent instructions: token palette, component rules, accessibility constraints, quality gates
38- **DESIGN.md** — human-readable rationale: brand mission, style foundations, do/don't patterns
39
40The agent reads both files to apply the aesthetic consistently across any UI task — colors, typography, spacing, shadows, motion, tone of voice.
41
42## When NOT to use
43
44- Functional design tooling (Figma, tokens, accessibility audits) — use the relevant tool skill
45- Brand-specific tokens for a real product — use `design-tokens-skill` or author your own DESIGN.md
46- Material Design 3 / platform HIG — use `material-3-skill` or `platform-design-skills`