If you're working with Hyvä CMS and need to see what components are actually registered and available, this dumps the merged components.json from all active Magento modules in one shot. It respects module load order from config.php, so you'll see exactly what the system sees, including any overrides. Runs from your Magento root and outputs clean JSON. Most useful when you're debugging missing components, checking for name conflicts between modules, or just need a quick inventory of what's installed. Beats manually hunting through vendor directories and app/code trying to piece together the full picture yourself.
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-cms-components-dump