Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars3
LicenseLICENSE
Default branchmain
Open issues0
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md4,974 B
docsSUMMARY.md360 B
History
First seen on skills.sh
First recorded snapshot · 126 installs
SKILL.md
UI/UX Best Practices Frontend Design
Comprehensive UI/UX and frontend design best practices guide. Contains 42 rules across 8 categories, prioritized by impact to guide accessible, performant, and user-friendly interface development.
When to Apply
Reference these guidelines when:
Structuring HTML for accessibility and semantics
Writing CSS for responsive layouts and visual hierarchy
Optimizing images and fonts for Core Web Vitals
Designing forms with proper validation and error handling
Adding animations and interactive elements
Rule Categories by Priority
Priority
Category
Impact
Prefix
1
Accessibility & WCAG Compliance
CRITICAL
access-
2
Core Web Vitals Optimization
CRITICAL
cwv-
3
Visual Hierarchy & Layout
HIGH
layout-
4
Responsive & Mobile-First Design
HIGH
resp-
5
Typography & Font Loading
MEDIUM-HIGH
typo-
6
Color & Contrast
MEDIUM
color-
7
Forms & Validation UX
MEDIUM
form-
8
Animation & Performance
LOW-MEDIUM
anim-
Quick Reference
1. Accessibility & WCAG Compliance (CRITICAL)
access-semantic-html - Use semantic HTML elements for screen readers
access-keyboard-navigation - Ensure full keyboard navigation
access-focus-indicators - Provide visible focus indicators
access-alt-text - Provide meaningful alt text for images
access-aria-labels - Use ARIA labels for icon-only controls