ui-component-patterns
Installation
SKILL.md
UI Component Patterns
Use this skill when the job is to classify the reusable component problem, choose one primary component packet, and leave behind a short component-architecture brief instead of a giant React-pattern dump.
The job is not to catalog every possible component pattern. The job is to:
- identify the reusable component pressure first,
- choose one bounded packet,
- keep shared-vs-local and parent-vs-component ownership visible,
- separate alternate-root composition from broader system or accessibility work,
- route neighboring frontend concerns honestly.
Read these support docs first:
Related skills