What problem does it solve?
It reduces UI duplication in a codebase by locating repeated patterns and extracting canonical, reusable shared components instead of continuing to copy-and-tweak implementations across apps or packages.
Core Features & Use Cases
- Reuse-first audits: inventories existing shared UI surfaces and highlights duplicated markup, repeated Tailwind class patterns, and drift-prone component variants.
- Canonical component planning: selects extraction targets, defines component APIs (props/slots/variants), and recommends whether to reuse, adapt, extract, move, or keep code app-local.
- Controlled migration guidance: provides a stepwise plan to migrate call sites and validate the result without broad redesign.
Quick Start
Use the componentize skill to audit the repository for duplicated UI, propose the highest-value shared components to extract, and outline a migration plan for updating call sites.