frontend-design — for Claude Code frontend-design, Resume-Agent, community, for Claude Code, ide skills, frontend-design@claude-code-plugins, clamp(), prefers-reduced-motion, Frontend, Create

v1.1.1

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need frontend design skill. Resumo localizado: 一句话生成在线可修改的PDF # Frontend Design Skill Create distinctive, production-grade UI that stands out from generic AI-generated interfaces. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

Frontend Design Skill
Create distinctive, production-grade UI that stands out from generic AI-generated interfaces.
Typography with Character
Avoid: Inter, Arial, Roboto, system-ui (the default AI choices)
Instead: Commit to distinctive font stacks that vary by project tone:

# Tópicos principais

WyRainBow WyRainBow
[139]
[3]
Atualizado: 4/27/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Cenario recomendado: Ideal for AI agents that need frontend design skill. Resumo localizado: 一句话生成在线可修改的PDF # Frontend Design Skill Create distinctive, production-grade UI that stands out from generic AI-generated interfaces. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: frontend-design helps agents frontend design skill. 一句话生成在线可修改的PDF # Frontend Design Skill Create distinctive, production-grade UI that stands out from generic AI-generated interfaces. This AI agent skill

Melhor para

Cenario recomendado: Ideal for AI agents that need frontend design skill.

Casos de Uso Práticos for frontend-design

Caso de uso: Applying Frontend Design Skill
Caso de uso: Applying Create distinctive, production-grade UI that stands out from generic AI-generated interfaces
Caso de uso: Applying Typography with Character

! Segurança e Limitações

  • Limitacao: Avoid: Inter, Arial, Roboto, system-ui (the default AI choices)
  • Limitacao: Avoid: Default Tailwind colors, basic blue buttons, gray backgrounds
  • Limitacao: Avoid: Everything centered, symmetric, grid-locked

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Demo Labs

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ e etapas de instalação

These questions and steps mirror the structured data on this page for better search understanding.

? Perguntas frequentes

O que é frontend-design?

Cenario recomendado: Ideal for AI agents that need frontend design skill. Resumo localizado: 一句话生成在线可修改的PDF # Frontend Design Skill Create distinctive, production-grade UI that stands out from generic AI-generated interfaces. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Como instalar frontend-design?

Execute o comando: npx killer-skills add WyRainBow/Resume-Agent. Ele funciona com Cursor, Windsurf, VS Code, Claude Code e mais de 19 outros IDEs.

Quais são os casos de uso de frontend-design?

Os principais casos de uso incluem: Caso de uso: Applying Frontend Design Skill, Caso de uso: Applying Create distinctive, production-grade UI that stands out from generic AI-generated interfaces, Caso de uso: Applying Typography with Character.

Quais IDEs são compatíveis com frontend-design?

Esta skill é compatível com Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use a CLI do Killer-Skills para uma instalação unificada.

frontend-design tem limitações?

Limitacao: Avoid: Inter, Arial, Roboto, system-ui (the default AI choices). Limitacao: Avoid: Default Tailwind colors, basic blue buttons, gray backgrounds. Limitacao: Avoid: Everything centered, symmetric, grid-locked.

Como instalar este skill

  1. 1. Abra o terminal

    Abra o terminal ou linha de comando no diretório do projeto.

  2. 2. Execute o comando de instalação

    Execute: npx killer-skills add WyRainBow/Resume-Agent. A CLI detectará sua IDE ou agente automaticamente e configurará a skill.

  3. 3. Comece a usar o skill

    O skill já está ativo. Seu agente de IA pode usar frontend-design imediatamente no projeto atual.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

frontend-design

一句话生成在线可修改的PDF # Frontend Design Skill Create distinctive, production-grade UI that stands out from generic AI-generated interfaces. This AI agent skill

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Frontend Design Skill

Create distinctive, production-grade UI that stands out from generic AI-generated interfaces.

Official Plugin Available: Install frontend-design@claude-code-plugins from the Anthropic marketplace for auto-invocation on frontend tasks. This skill provides extended guidance beyond the official version.

Core Philosophy

Most AI-generated UIs suffer from "AI slop" - they're technically correct but visually bland. This skill helps you break that pattern by making bold aesthetic choices that give your interface a distinctive personality.

The Five Pillars

1. Typography with Character

Avoid: Inter, Arial, Roboto, system-ui (the default AI choices)

Instead: Commit to distinctive font stacks that vary by project tone:

  • Display: Clash Display, Cabinet Grotesk, Satoshi, General Sans, Syne, Archivo
  • Body: Outfit, Plus Jakarta Sans, Switzer, Geist
  • Mono: JetBrains Mono, Geist Mono, IBM Plex Mono

Key principle: NEVER use the same fonts across different projects. Each design should feel genuinely different.

2. Intentional Color Palettes

Avoid: Default Tailwind colors, basic blue buttons, gray backgrounds

Create signature palettes with:

  • Semantic tokens (primary, accent, neutral, surface)
  • HSL for easier manipulation
  • Subtle hue shifts in neutrals (warm stone, cool slate)
  • Gradients as primary colors

3. Bold Spatial Composition

Avoid: Everything centered, symmetric, grid-locked

Break the grid intentionally:

  • Use negative space as a design element
  • Overlap elements to create depth
  • Break alignment rules purposefully
  • Use clamp() for fluid typography

4. Motion as Personality

Avoid: No animations or generic fade-in

Add purposeful motion:

  • Spring physics (not linear easing)
  • Staggered entrances
  • Subtle blur transitions
  • Responsive hover states
  • Respect prefers-reduced-motion

5. Production-Grade Implementation

Requirements:

  • TypeScript with proper types
  • Accessibility (focus states, ARIA, keyboard nav)
  • Loading states
  • Error boundaries
  • Responsive design
  • Performance optimization

Match Complexity to Vision

  • Maximalist designs: Elaborate code with extensive animations, layered effects
  • Minimalist designs: Restraint, precision, careful attention to spacing

Workflow

  1. Establish Design Direction - Define emotion, target user, color palette, typography
  2. Create Component Architecture - Atomic design system with composition
  3. Add Visual Personality - Distinctive choices, intentional relationships, purposeful asymmetry
  4. Implement Motion - Entrance animations, interactions, transitions
  5. Production Harden - Type everything, handle edge cases, optimize

Anti-Patterns to Avoid

  • Using Inter/Roboto as default font
  • Same fonts across projects
  • Gray-on-white with blue buttons
  • Everything centered and symmetric
  • No animations or generic fades
  • Ignoring dark mode
  • Forgetting loading/error states
  • Skipping accessibility

Additional Resources

For detailed implementation guidance, see the references directory:

  • references/typography-examples.md - Font stacks by tone, variable fonts, responsive scales
  • references/color-animation-patterns.md - Advanced palettes, gradients, dark mode, animation patterns
  • references/production-patterns.md - Complete component examples, error boundaries, performance optimization, tooling recommendations

Quick Reference

bash
1# Distinctive font stacks (vary these per project!) 2font-display: 'Clash Display', 'Cabinet Grotesk', 'Satoshi', 'General Sans' 3font-body: 'Outfit', 'Plus Jakarta Sans', 'Switzer', 'Geist' 4font-mono: 'JetBrains Mono', 'Geist Mono', 'IBM Plex Mono' 5 6# Tailwind config pattern 7theme: { 8 extend: { 9 colors: { /* HSL tokens */ }, 10 fontFamily: { /* Variable fonts */ }, 11 animation: { /* Spring-based */ }, 12 } 13}

Integration with Design Specialist Agent

Use this skill for:

  • Distinctive visual identity
  • Creative typography and color choices
  • Bold spatial compositions
  • Production-ready animated components

Use the design-specialist agent for:

  • Comprehensive UI/UX reviews
  • Accessibility audits
  • Design system architecture
  • Component library setup

Habilidades Relacionadas

Looking for an alternative to frontend-design or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumo localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resumo localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resumo localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumo localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desenvolvedor