frontend-pragmatic-architecture
Installation
SKILL.md
Use this skill for frontend structure that stays feature-oriented and avoids UI spaghetti.
Preferred shape
- pages/screens for routing
- feature folders for behavior
- shared UI components separated from feature logic
- feature-local hooks/api/types when possible
Good default folders
app/pages/orroutes/features/components/ui/shared/
Read references when needed
references/folder-structure.mdreferences/rules.md