frontend-patterns
Installation
SKILL.md
Frontend Patterns
Overview
User interfaces exist to help users accomplish tasks. Every UI decision should make the user's task easier or the interface more accessible.
Core principle: Design for user success, not aesthetic preference.
This skill is advisory in v10. Explicit user instructions, CLAUDE.md, repo standards, and approved plans override every suggestion here.
Reference Files
Read only the references needed for the current UI task:
references/ui-state-and-feedback.mdfor loading/error/empty/success ordering, skeleton vs spinner, and mutation feedbackreferences/accessibility-and-forms.mdfor WCAG-oriented checks, keyboard/focus, labels, form patterns, and mobile usabilityreferences/performance-and-layout.mdfor responsive checks, motion, overflow, URL state, performance guardrails, and light/dark mode checks
Focus Areas (Reference Pattern)
Related skills
More from romiluz13/cc10x
session-memory
Internal skill. Use cc10x-router for all development tasks.
60code-generation
Internal skill. Use cc10x-router for all development tasks.
58code-review-patterns
Internal skill. Use cc10x-router for all development tasks.
45architecture-patterns
Internal skill. Use cc10x-router for all development tasks.
44planning-patterns
Internal skill. Use cc10x-router for all development tasks.
43cc10x-router
|
41