🎯

ui-ux-design

🎯Skill

from htooayelwinict/claude-config

VibeIndex|
What it does

Designs and implements accessible, responsive UI/UX changes using shadcn components, Tailwind tokens, and visual verification techniques.

πŸ“¦

Part of

htooayelwinict/claude-config(16 items)

ui-ux-design

Installation

PythonRun Python server
python -m pytest # Tests
πŸ“– Extracted from docs: htooayelwinict/claude-config
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Design and implement UI/UX changes using existing components and Tailwind tokens; ensure accessibility. EXCLUSIVE to ui-ux-designer agent.

Overview

# UI/UX Design

Exclusive to: ui-ux-designer agent

πŸ“š Context7 (Memory) β€” Up-to-Date Docs

Lookup latest component patterns and accessibility guidelines:

```

mcp_context7_resolve-library-id(libraryName="shadcn-ui", query="dialog modal")

mcp_context7_query-docs(libraryId="/shadcn-ui/ui", query="accessible form patterns")

```

πŸ–ΌοΈ Visual Verification (Web Apps)

After UI implementation, capture and analyze:

Screenshot & Analyze

```

mcp_playwright_browser_navigate(url="http://localhost:8000/[page]")

mcp_playwright_browser_take_screenshot(filename="ui-check.png")

mcp_zai-mcp-server_analyze_image(

image_path="ui-check.png",

prompt="Check this UI for: design consistency, spacing, alignment, accessibility"

)

```

Responsive Verification

```

mcp_playwright_browser_resize(width=375, height=812) # Mobile

mcp_playwright_browser_resize(width=768, height=1024) # Tablet

mcp_playwright_browser_resize(width=1920, height=1080) # Desktop

```

Instructions

  1. Audit existing UI for patterns to follow
  2. Use existing shadcn/ui components (see component map below)
  3. Follow Tailwind design tokens, avoid custom CSS
  4. Ensure accessibility (keyboard, labels, contrast)
  5. Test responsive behavior (mobile + desktop)

shadcn/ui Component Map

| Need | Component |

|------|-----------|

| Button |