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

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 & UIIntermediate44838AI 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

  1. "Build a landing page for a coffee brand" → picks an editorial/magazine tone with characterful type and an asymmetric grid
  2. "Style my React dashboard" → dark theme with a sharp accent color and Motion-driven card reveals
  3. "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)
  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 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.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/ViryaZheng/recomby-geo.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r recomby-geo/plugins/recomby-geo/skills/frontend-design ~/.claude/skills/
  5. Restart Claude Code and confirm frontend-design appears under /skills.
  6. Ask for any UI build or restyle request and the skill triggers automatically.