Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
docaohieu2808 avatar

Frontend Design

  • 1 installs
  • Updated March 9, 2026
  • docaohieu2808/claude-skills

Creates polished frontend interfaces from screenshots, videos, or scratch, including 3D/WebGL and responsive verification.

About

Creates polished production-grade frontend interfaces from designs, screenshots, or videos, including 3D and animations. A developer uses it to replicate a UI or build immersive web components.

  • Replicates UI from screenshots or videos with responsive checks
  • Supports 3D/WebGL immersive builds via Three.js workflows

Frontend Design by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,914 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/docaohieu2808/claude-skills --skill frontend-design

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMarch 9, 2026
Repositorydocaohieu2808/claude-skills

What it does

Creates polished frontend interfaces from screenshots, videos, or scratch, including 3D/WebGL and responsive verification.

Files

SKILL.mdMarkdownGitHub ↗

Frontend Design

Create distinctive, production-grade frontend interfaces with exceptional aesthetic attention.

When to Use

  • Replicating a UI from screenshot or video
  • Building immersive 3D/WebGL experiences
  • Prototyping responsive web components quickly
  • Implementing award-quality interactive interfaces
  • Describing a design for developer handoff

Workflow Selection

Input TypeWorkflowReference File
ScreenshotReplicate exactlyreferences/workflow-screenshot.md
VideoReplicate with animationsreferences/workflow-video.md
Screenshot/Video (describe)Document for devsreferences/workflow-describe.md
3D/WebGL requestThree.js immersivereferences/workflow-3d.md
Quick taskRapid implementationreferences/workflow-quick.md
Complex/award-qualityFull immersivereferences/workflow-immersive.md
From scratchDesign Thinking (below)-

All workflows: Activate ui-ux-pro-max skill FIRST.

Screenshot/Video Replication

1. Analyze with ai-multimodal skill - extract colors, fonts, spacing 2. Plan with ui-ux-designer subagent - phased implementation 3. Implement - match source precisely 4. Verify - compare to original via scripts/responsive-checker.py 5. Document - update ./docs/design-guidelines.md if approved

# Check responsive breakpoints
python3 scripts/responsive-checker.py https://example.com --breakpoints 320,768,1024,1440
# Validate color contrast for accessibility
python3 scripts/color-contrast-checker.py "#333333" "#f5f5f5" --level AA

Design Thinking (From Scratch)

Commit to a BOLD aesthetic direction before coding:

  • Purpose: What problem does this solve? Who uses it?
  • Tone: Brutally minimal, maximalist, retro-futuristic, organic, luxury, playful, editorial, brutalist, art deco, soft/pastel, industrial
  • Constraints: Framework, performance, accessibility
  • Differentiation: What makes this unforgettable?

Aesthetics Guidelines

ElementGuideline
TypographyAvoid Arial/Inter; use distinctive fonts. Pair display + body
ColorCohesive palette via CSS variables. Dominant + sharp accents
MotionCSS-first, anime.js for complex (see references/animejs.md)
SpatialAsymmetry, overlap, negative space or controlled density
BackgroundsGradients, noise, patterns, grain over solid colors
AssetsGenerate with ai-multimodal, process with media-processing

Asset & Analysis References

TaskReference
Generate assetsreferences/asset-generation.md
Analyze qualityreferences/visual-analysis-overview.md
Extract guidelinesreferences/design-extraction-overview.md
Optimizationreferences/technical-overview.md
Animationsreferences/animejs.md

Common Mistakes

  • Using overused fonts (Inter, Roboto, Arial, Space Grotesk)
  • Defaulting to purple gradients on white backgrounds
  • Cookie-cutter layouts without project-specific choices
  • Skipping ai-multimodal analysis before replicating screenshots
  • Ignoring responsive breakpoints (test with scripts/responsive-checker.py)
  • Not setting up CSS variables for theming early
  • Over-animating: orchestrated page loads beat scattered micro-interactions

Workflow Integration

1. Analysis: Use ai-multimodal to describe input screenshots/videos 2. Planning: Delegate to ui-ux-designer subagent for phased plan 3. Implementation: Build components, run scripts/responsive-checker.py 4. Validation: Use scripts/color-contrast-checker.py for accessibility 5. Documentation: Update ./docs/design-guidelines.md with new patterns

Scripts

ScriptPurpose
scripts/responsive-checker.pyTest responsive breakpoints
scripts/color-contrast-checker.pyWCAG contrast ratio validation

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.