From hatch3r
Guides visual refactor workflow: read mockups and design system, plan changes, implement UI updates matching designs, verify accessibility, responsiveness, and performance. Use for UI/UX changes and component updates.
npx claudepluginhub hatch3r/hatch3rThis skill uses the workspace's default tool permissions.
> **Note:** Commands below use `npm` as an example. Substitute with your project's package manager (`yarn`, `pnpm`, `bun`) or build tool when your project uses a different package manager.
Validates UI changes via screenshot analysis, visual regression testing, design system compliance, and accessibility checks using tools like Playwright and Cypress.
Validates UI visuals through screenshot analysis, diff detection, design system compliance, and accessibility checks using tools like Chromatic, Percy, Playwright, and Cypress.
Audits app UIs for visual hierarchy, spacing, typography, color, alignment, and components; generates phased, implementation-ready refinement plans.
Share bugs, ideas, or general feedback.
Note: Commands below use
npmas an example. Substitute with your project's package manager (yarn,pnpm,bun) or build tool when your project uses a different package manager.
Task Progress:
- [ ] Step 1: Read the issue, mockups, and design system
- [ ] Step 2: Produce a visual change plan
- [ ] Step 3: Implement matching the mockup
- [ ] Step 4: Verify accessibility and responsiveness
- [ ] Step 5: Open PR with before/after screenshots
Before modifying code, output:
prefers-reduced-motion by enabling the media query in DevTools and confirming animations are disabled or simplified.npm run lint && npm run typecheck && npm run test
prefers-reduced-motion.Use the project's PR template. Include:
prefers-reduced-motion