frontend-implementation
Installation
SKILL.md
Frontend implementation
Use this skill for client-side implementation or frontend bug fixes.
Workflow
- Read project memory and existing UI patterns.
- Locate relevant pages, components, state, routes, and tests.
- Reuse existing components, hooks, utilities, styles, and design tokens.
- Keep the change focused on the requested behavior.
- Add or update frontend tests when behavior changes.
- Run the smallest relevant frontend verification first.
Checks
- UI behavior matches acceptance criteria.
- Text fits and state changes do not shift layout unexpectedly.
- Forms handle loading, error, success, and disabled states.
- Client API calls handle failure cases.
- Accessibility is not regressed.