What problem does it solve?
It helps you implement UI/UX patterns that are secure by default, accessible to all users, and consistent across forms and interactive components.
Core Features & Use Cases
- Secure form interaction patterns: CSRF-safe form submissions, robust input validation guidance, and protection against sensitive-field leakage.
- Privacy-aware sensitive data handling: prevent dangerous autocomplete behavior and mask sensitive values with safe display practices.
- Accessibility-first UI behaviors: accessible labels, ARIA attributes, focus/interaction feedback patterns, and safe error messaging that avoids internal details.
- Use Case: You are building an account settings page with an email update form and a password change form; use this skill to generate the UI rules for secure CSRF tokens, validation messaging, accessible form structure, and safe error handling.
Quick Start
Use the ui-ux-design skill to generate an accessible, CSRF-protected account email update form with secure validation and non-leaky error messages.