Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Apply Aesthetic

Turns a requested vibe or one of 138 named design systems into concrete design tokens while enforcing contrast and accessibility.

Design & UIIntermediate50243AI score 7/10Last updated: Jun 22, 2026

What it does

  • Forces a brief inference first: industry, audience/tone, the single mood adjective the design must earn, motion depth, and layout-family sequence — no generating before deciding.
  • Lets you pick an archetype (high-end agency, editorial minimal, brutalist, soft-SaaS, dark-tech) or one of 138 named systems (Apple, Linear, Stripe, Vercel, Notion, Material, shadcn, Spotify, Tesla…).
  • Applies a "Library Contract": re-points semantic.* color tokens and maps typography, spacing, radius, shadow, and motion into tokens/*.json.
  • Verifies contrast on every mapped pair via scripts/contrast.py / an a11y audit; brand colors that fail get adjusted — taste never overrides POUR.

Who it's for

  • Front-end engineers and product designers working from design tokens.
  • Anyone tired of AI-generated UI all looking the same.
  • Teams that must satisfy both brand look-and-feel and WCAG contrast.

Example uses

  • "Make this landing page feel like Linear" → loads the Linear spec, re-maps semantic tokens, checks contrast.
  • "Make this fintech dashboard look more expensive" → brief inference, then the high-end agency archetype plus motion choreography.
  • "Use our brand palette in a dark-tech style" → brand colors enter the token set, failing pairs are corrected automatically.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/plugin87/ux-ui-agent-skills/HEAD/.claude/skills/apply-aesthetic/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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 .claude/skills/apply-aesthetic folder from the GitHub repo plugin87/ux-ui-agent-skills into my ~/.claude/skills/apply-aesthetic/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/plugin87/ux-ui-agent-skills.git && mkdir -p ~/.claude/skills && cp -r ux-ui-agent-skills/.claude/skills/* ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/plugin87/ux-ui-agent-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the whole skill set (don't copy SKILL.md alone — it depends on taste/, scripts/, tokens/, and design-systems/): cp -r ux-ui-agent-skills/.claude/skills/* ~/.claude/skills/
  5. Confirm Python 3 is available with python3 --version (needed for scripts/contrast.py and scripts/design_systems.py).
  6. Restart Claude Code, then try a prompt like "restyle this page to feel like Stripe" to confirm the skill triggers.