frontend-ui-ux

Generate responsive UI components with design tokens and accessibility guidelines.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Eunho-J/oh-my-claude --skill frontend-ui-ux-eunho-j
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-ui-ux
Source: https://github.com/Eunho-J/oh-my-claude/tree/main/claude/skills/frontend-ui-ux
Command: npx skills add https://github.com/Eunho-J/oh-my-claude --skill frontend-ui-ux-eunho-j

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of designing and implementing user interfaces and experiences, ensuring consistency, accessibility, and performance in frontend development.

Core Features & Use Cases

  • Design System Implementation: Provides pre-defined tokens for typography, color, spacing, and shadows, ensuring a cohesive look and feel.
  • Component Patterns: Offers example implementations for common UI components like Buttons, Inputs, and Cards using Tailwind CSS.
  • Accessibility & Performance: Includes checklists and guidelines for ensuring WCAG compliance and optimizing frontend performance.
  • Use Case: Quickly generate a responsive card component with a consistent design language, ensuring it's accessible and performs well across devices.

Quick Start

Use the frontend-ui-ux skill to generate a responsive card component with a primary color variant and medium padding.

Frequently Asked Questions about frontend-ui-ux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create accessible React components that meet WCAG compliance?

Accessible React components meeting WCAG compliance require following established frontend UI patterns and accessibility checklists. These guidelines ensure proper semantic HTML structure, keyboard navigation support, and screen reader compatibility for users with disabilities.

What tokens do I need for a scalable design system in frontend development?

A scalable design system in frontend development requires pre-defined tokens for typography, color, spacing, and shadows. These tokens ensure a cohesive visual language across all UI components, maintaining consistency throughout your application while reducing redundant styling decisions.

Can I use Tailwind CSS to build consistent user interface components?

Yes, you can use Tailwind CSS to build consistent user interface components. The framework supports example implementations for common UI elements like Buttons, Inputs, and Cards, enabling rapid creation of cohesive, reusable component patterns with consistent design language.

How do I optimize frontend performance for responsive web applications?

Optimizing frontend performance for responsive web applications involves applying specific performance optimization guidelines and checklists. These practices ensure your user interfaces perform well across devices, maintaining smooth rendering, fast load times, and efficient resource delivery.

What is the best way to implement a responsive card component with accessible design?

The best way to implement a responsive card component with accessible design is to combine pre-defined design tokens for consistent spacing and color with WCAG compliance checklists. This approach ensures visual appeal and accessibility across all devices while maintaining performance.