Skip to content
Development
Skill

/frontend-ui-engineering

Build and refine web UI—component structure, responsive layout, design tokens, state, and accessibility. Use for feature UI work beyond WCAG checks alone.

From plugin
awesome-agent-skill
26200 skills4 commands
Install
$ npx -y skills add charlieviettq/awesome-agent-skill --skill frontend-ui-engineering --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/frontend-ui-engineering

Context preview

The summary Claude sees to decide when to auto-load this skill.

Build and refine web UI—component structure, responsive layout, design tokens, state, and accessibility. Use for feature UI work beyond WCAG checks alone.

SKILL.md

frontend-ui-engineering.SKILL.md
name: frontend-ui-engineering
description: "Build and refine web UI—component structure, responsive layout, design tokens, state, and accessibility. Use for feature UI work beyond WCAG checks alone."
allowed-tools: Read, Glob, Grep

Frontend UI Engineering

End-to-end UI implementation: structure, styling, responsive behavior, state, and accessibility. Extends `frontend-ui-accessibility` with architecture and design-system discipline.

When to use

  • New page, form, or interactive component
  • Refactoring UI for consistency or responsiveness
  • Applying or extending a design system

When not to use

  • Backend-only change
  • Accessibility audit only (use `frontend-ui-accessibility`)
  • Full visual redesign exploration (consider design consultation workflows)

Workflow

1. **Inventory** — existing components, tokens, patterns to reuse 2. **Structure** — semantic HTML; split presentational vs container components 3. **Layout** — mobile-first breakpoints; avoid fixed widths that break small screens 4. **State** — local vs shared; minimize prop drilling; document async/loading/error UI 5. **Styling** — tokens (color, spacing, type); no magic numbers scattered 6. **A11y** — keyboard, focus, labels, contrast (see `frontend-ui-accessibility`) 7. **Verify** — key viewports; critical user paths; no console errors

Checklist

| Area | Check | |------|-------| | Components | Single responsibility; reusable primitives | | Responsive | Works at 320px and desktop; touch targets adequate | | Loading/empty/error | All three states designed | | Performance | Avoid unnecessary re-renders; lazy-load heavy assets | | A11y | Focus order, ARIA only when needed, form labels |

Output

  • Implemented components with consistent patterns
  • Brief note on new tokens or patterns added to the design system
Read more
Ships withawesome-agent-skill

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Get the whole plugin

Other skills on awesome-agent-skill.