consolidate-patterns
Clean up duplication after you've built several page sections. The skill spots markup and styling that repeat across components, pulls each repeat into one shared component, and updates everything to use it — without changing how anything looks.
Use it when
- You've built a batch of page-builder sections and the same markup keeps reappearing.
- You want a periodic "tidy the components" checkpoint.
What it helps solve
- Reduces repeated UI patterns after several page sections have been built.
- Keeps similar sections easier to update together.
- Turns repeated presentation details into shared, reusable building blocks.
It is for frontend cleanup only, not CMS model changes.
See also: add-ui-component, Page Builder.