create-content-component
Add a new page-builder section — a content block editors can drop onto a page, like a hero, a testimonials row, or a pricing table. The skill builds both the CMS side and the frontend rendering, so the new block is immediately available in the page builder and shows up on the site.
Use it when
- You want a new reusable content section editors can place on pages.
Use copy-component when the source is a screenshot, description, or code snippet; use this skill when the component spec is already known. For a standalone entity with its own API use add-content-type; for a generic interface element use add-ui-component.
What it helps solve
- Adds a new reusable section for editors to place on pages.
- Makes new page content available in both the CMS and the website.
- Fits common section needs such as heroes, testimonials, pricing, FAQs, feature rows, and call-to-action bands.
Use find-component first if you are unsure whether a similar section already exists.
See also: Page Builder.