omh-frontend-refactor
Installation
SKILL.md
Frontend Refactor
This is a Hermes-native frontend-refactor workflow skill.
Why This Exists
frontend-refactor exists so UI restructuring runs as a previewed, behavior-locked, impact-ordered process instead of ad-hoc rewrites: the plan comes before any edit, state fixes come before polish, and every change carries its safety reason.
Do Not Use When
- The target is not UI code, or the smell is generic slop, duplication, or dead code outside a component tree; use
ai-slop-cleaner. - The user wants new UI built or redesigned rather than restructured; use
frontend. - The user wants findings and a verdict without changing the code; use
code-review. - The restructuring crosses module boundaries or changes architecture beyond the component tree; use
refactor-planfor the phased execution shape, orralplanfirst when the direction itself is still contested.
Examples
Good example: