sf-lwc-ux
Installation
SKILL.md
sf-lwc-ux: UX Patterns and Accessibility
Build Lightning Web Components with best-of-class user experience. Apply modern web UX patterns (inspired by Shadcn's composable philosophy) within the Salesforce platform, ensuring WCAG 2.1 AA accessibility.
Core Principles
- Composable over monolithic — small, focused components that slot together
- Every state has a UI — loading, empty, error, success, partial
- Keyboard-first — all interactions reachable without a mouse
- Progressive disclosure — show what's needed, reveal on demand
- Consistent feedback — users always know what happened and what to do next
Component Composition (Shadcn-Inspired)
Adopt the "open code, own your components" philosophy. Build a library of small, composable primitives rather than large all-in-one components.
Composition Hierarchy
Related skills