component-organization
Installation
SKILL.md
Frontend Component Organization
This is a reference pattern. Learn from the approach, adapt to your context — don't copy verbatim.
Problem: Frontend projects grow into disorganized directories where related files are hard to find and shared code has no clear home.
Solution: Organize by type (components, hooks, lib, types), with subdirectories for grouping related items within each type.