agentsclimarketplace

Frontend ui engineering

Skill charlieviettq/awesome-agent-skill/.cursor/skills/frontend-engineering/frontend-ui-engineering

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

Install
npx -y skills add charlieviettq/awesome-agent-skill --skill frontend-ui-engineering

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

2.1 KB, as published. Nobody here has run it

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

AreaCheck
ComponentsSingle responsibility; reusable primitives
ResponsiveWorks at 320px and desktop; touch targets adequate
Loading/empty/errorAll three states designed
PerformanceAvoid unnecessary re-renders; lazy-load heavy assets
A11yFocus 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

Related skills

  • frontend-ui-accessibility — WCAG-focused review
  • browser-testing-with-devtools — runtime verification
  • performance-optimization — bundle and render performance

Adapted from addyosmani/agent-skills (MIT).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.