Automates the entire process of creating custom CMS components for Hyvä themes in Magento 2. Walks you through module selection (new or existing), component naming, field configuration with presets for common patterns like cards and CTAs, and optional template variants. It handles the schema validation gotchas that trip people up, like remembering that `children` is a root property not a field type, and that validation attributes go in an `attributes` object. Auto-selects appropriate Lucide icons by checking what's already in use. Generates the components.json and PHTML templates in the right directory structure, then runs setup:upgrade. Saves you from memorizing the Hyvä CMS schema and manually wiring up all the files.
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-cms-component