hyva-cms-components-dump

Merge Hyvä CMS component definitions from active Magento modules into JSON.

78|16|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-cms-components-dump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyva-cms-components-dump
Source: https://github.com/hyva-themes/hyva-ai-tools/tree/main/skills/hyva-cms-components-dump
Command: npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-cms-components-dump

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill locates and merges Hyvä CMS component definitions from active Magento modules, producing a single JSON output for inspection, debugging, or documentation.

Core Features & Use Cases

  • Consolidation: Merge all active modules' components.json files into a unified JSON object.
  • Debug & Verification: Inspect available components and verify load order across modules.
  • Use Case: When preparing a project inventory, run this skill to generate a merged view of cms components for documentation or frontend editor debugging.

Quick Start

Run the dump script from the Magento project root: php <skill_path>/scripts/dump_cms_components.php

Frequently Asked Questions about hyva-cms-components-dump

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge Hyvä CMS components across multiple Magento modules?

You can merge Hyvä CMS components by running a PHP script from your Magento project root, which consolidates all active modules' component definitions into a single JSON output for inspection.

What is the best way to debug Hyvä CMS component load order in Magento?

Debugging Hyvä CMS component load order involves generating a merged JSON view of all available components across active Magento modules, allowing you to verify configurations and inspect load sequences.

Do I need external dependencies to dump Hyvä CMS components in Magento?

You do not need external dependencies to dump Hyvä CMS components; the solution requires only a standard PHP environment to execute the script and output the merged JSON configuration.

Can I consolidate components.json files from active Magento modules into one file?

Yes, you can consolidate components.json files from active Magento modules into one file by running the dump script, which merges all definitions into a unified JSON object for documentation or debugging.

Why does my Hyvä CMS component inventory show missing modules?

Your Hyvä CMS component inventory may show missing modules if the script is not run from the correct Magento project root, as it relies on the active module load order to locate and merge configurations.