frontend-standards
Installation
SKILL.md
Frontend Standards
Use for any frontend change. Inspect nearest comparable route, feature, component, and test first; copy its ownership and naming shape before creating structure. These rules own portable behavior. Keep React, TanStack Router/Query, TRPC, form, and test mechanics in their specialist skills.
Load by Change
| Change | Read | Completion |
|---|---|---|
| Every frontend change | references/coding-conventions.md | Local conventions and public boundaries hold. |
| Route, feature, page, modal, form, or shared component | references/module-composition.md | Ownership, co-location, and seams are clear. |
| UI, layout, feedback, accessibility, responsive behavior | references/interaction-and-accessibility.md | All user states are usable. |
| Query, mutation, cache, invalidation, or API error | references/data-boundaries.md | Server state and errors remain coherent. |
| User-visible text or locale-sensitive behavior | references/localization.md | Text and formatting are localizable. |