Agent skill
uiux
UI/UX - design system, accessibility. Use when building interfaces.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/uiux
SKILL.md
UI/UX Guideline
Tech Stack
- Framework: Next.js (with Turbopack)
- Components: Radix UI (mandatory)
- Styling: Tailwind CSS
- Icons: @iconify-icon/react
Radix UI (Mandatory)
If Radix has a primitive for it, you MUST use it. No exceptions. No custom implementations. Any custom implementation of something Radix already provides is a bug.
Non-Negotiables
- WCAG 2.1 AA compliance (keyboard navigation, screen readers, contrast)
- Touch targets minimum 44x44px on mobile
- Responsive design (mobile-first)
- Loading states for all async operations
- Error states must be actionable
- No layout shift on content load
Context
UI/UX is about removing friction between users and value. Bad UX doesn't just feel bad — it costs conversion, retention, and trust.
Driving Questions
- Where do users get confused or frustrated?
- What would a first-time user struggle with?
- Where are loading states missing or unhelpful?
- What accessibility issues exist?
- Where does the UI feel inconsistent?
- What would make the product feel more polished?
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?