ui-refactor-extract
Installation
SKILL.md
Skill: frontend/ui-refactor-extract
Purpose
Improve UI maintainability without changing behavior by:
- extracting subcomponents
- renaming for clarity
- reorganizing file structure within existing conventions
- reducing component complexity (“god component” prevention)
Behavior must remain stable. This skill requires evidence.
Inputs
- Target component(s)/route(s)
- Refactor intent (why, what pain)
- Public API constraints (props, exports, routes)
- Repo conventions (from
REPO_PROFILE.jsonif present)