agentsclimarketplace

080103 ux standards

Skill natuleadan/skills/skills/080103-ux-standards

Multi-domain agent skills collection for AI coding agents (Claude, Cursor, Copilot, OpenCode, and more). Covers programming, biology, cooking, and future domains. Installable via npx skills add.

Install
npx -y skills add natuleadan/skills --skill 080103-ux-standards

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

  • 2 stars2 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

UX standards: WCAG accessibility, touch interaction, form UX, navigation, UX writing, cognitive load. Heuristic evaluation and critique methodology.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.6 KB, as published. Nobody here has run it

UX Standards

Production-grade UX standards for web and mobile: accessibility, interaction, form design, navigation architecture, copy, and cognitive load.

References

TopicFile
WCAG accessibility: contrast 4.5:1, focus, keyboard, screen reader, ARIA, reduced motionreferences/accessibility.md
Touch interaction: targets 44×44pt, gestures, haptics, safe areas, platform standardsreferences/touch-interaction.md
Form UX: labels, validation, error recovery, progressive disclosure, keyboard, autofillreferences/form-ux.md
Navigation: bottom nav, sidebar, breadcrumbs, back stack, deep linking, adaptive patternsreferences/navigation-patterns.md
UX writing: error messages, empty states, CTAs, confirmation, tonereferences/ux-writing.md
Cognitive load: information density, chunking, progressive disclosure, decision fatiguereferences/cognitive-load.md

Core Rules

  • Accessibility is critical: Color contrast ≥4.5:1, visible focus rings, keyboard nav, aria-labels, skip links, heading hierarchy never skips levels. Color is never the only indicator.
  • Touch targets: Minimum 44×44pt (Apple) / 48×48dp (Material). 8px minimum gap between targets. Don't rely on hover alone.
  • Forms: Visible labels (not placeholder-only), errors below the field, progressive disclosure, validate on blur, input types trigger correct keyboard.
  • Navigation: Bottom nav ≤5 items, labels + icons. Back must preserve scroll/state. All screens reachable via deep link.
  • UX writing: Every word earns its place. Errors state cause + how to fix. Empty states teach the interface.

When to Use

TriggerUse
Designing forms or inputsreferences/form-ux.md
Building navigation structurereferences/navigation-patterns.md
Reviewing accessibilityreferences/accessibility.md
Writing UI copyreferences/ux-writing.md
Evaluating information densityreferences/cognitive-load.md
Mobile/touch design reviewreferences/touch-interaction.md

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.