Frontend Design (Distinctive UI Generation)
Pushes Claude to build production-grade frontend UIs with a bold, intentional aesthetic instead of generic AI-looking output.
Design & UIIntermediate★ 448⑂ 38AI score 6/10Last updated: Jul 4, 2026
What it does
Whenever you ask for a web component, landing page, dashboard, poster, or any UI styling, this skill makes Claude commit to a clear aesthetic direction before writing code, then execute it consistently.
- Typography: bans Inter/Roboto/Arial defaults, pairs a distinctive display font with a refined body font
- Color & theme: cohesive CSS-variable palettes, no purple-gradient-on-white cliches
- Motion: CSS-first, Motion library for React, focused on high-impact staggered page-load reveals
- Layout: asymmetry, overlap, grid-breaking, deliberate negative space or controlled density
- Backgrounds: gradient meshes, noise textures, grain overlays, custom cursors, dramatic shadows
Who it's for
- Developers tired of every AI-generated UI looking the same
- Solo founders and indie devs shipping landing pages without a designer
- Anyone who needs visually convincing prototypes for demos, hackathons, or client pitches
Examples
- "Build a landing page for a coffee brand" → picks an editorial/magazine tone with characterful type and an asymmetric grid
- "Style my React dashboard" → dark theme with a sharp accent color and Motion-driven card reveals
- "Make this plain HTML page look good" → adds grain texture, layered depth, and surprising hover states
· · · 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/ViryaZheng/recomby-geo/HEAD/plugins/recomby-geo/skills/frontend-design/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)
- 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 plugins/recomby-geo/skills/frontend-design folder from the GitHub repo ViryaZheng/recomby-geo into my ~/.claude/skills/viryazheng-frontend-design/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/ViryaZheng/recomby-geo.git && mkdir -p ~/.claude/skills && cp -r recomby-geo/plugins/recomby-geo/skills/frontend-design ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/ViryaZheng/recomby-geo.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r recomby-geo/plugins/recomby-geo/skills/frontend-design ~/.claude/skills/ - Restart Claude Code and confirm
frontend-designappears under/skills. - Ask for any UI build or restyle request and the skill triggers automatically.
View source on GitHub ↗License: MIT