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.json if present)
Installs
1
GitHub Stars
1
First Seen
Jul 4, 2026
ui-refactor-extract — velcrafting/codex-skills