Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hyva-themes avatar

Hyva Cms Components Dump

  • 507 installs
  • 78 repo stars
  • Updated July 31, 2026
  • hyva-themes/hyva-ai-tools

hyva-cms-components-dump is a Hyvä Magento skill that exports CMS block and component definitions so agents can scaffold, audit, or migrate storefront UI for developers working on Hyvä-themed ecommerce frontends.

About

hyva-cms-components-dump is a skill from hyva-themes/hyva-ai-tools that exports Hyvä Magento CMS block and component definitions into machine-readable output. Instead of manually browsing Magento admin theme structure, developers and coding agents pull canonical CMS layouts, blocks, and component metadata for scaffolding new storefront sections, auditing existing Hyvä templates, or planning migrations between theme versions. Reach for hyva-cms-components-dump when automating Hyvä storefront work, onboarding agents to a Magento codebase, or diffing CMS configuration before a theme upgrade. The dump gives structured definitions agents can search, transform, or regenerate into Tailwind-based Hyvä components without spelunking the admin UI.

  • Hyvä Magento theme focus
  • CMS component structure export
  • Agent-readable storefront context
  • Ecommerce UI scaffolding aid
  • Reduces manual admin inspection

Hyva Cms Components Dump by the numbers

  • 507 all-time installs (skills.sh)
  • +15 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #619 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-cms-components-dump

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs507
repo stars78
Last updatedJuly 31, 2026
Repositoryhyva-themes/hyva-ai-tools

How do you export Hyvä Magento CMS components?

Export Hyvä Magento CMS block and component definitions so agents can scaffold, audit, or migrate storefront UI without manually browsing the admin theme structure.

Who is it for?

Magento developers on Hyvä themes who need exported CMS block and component definitions for agent scaffolding, audits, or migrations.

Skip if: Stores not using Hyvä Magento or teams that only need generic React component exports unrelated to Magento CMS.

When should I use this skill?

A Hyvä Magento storefront task requires CMS block or component definitions without manually browsing admin theme structure.

What you get

Structured dump of Hyvä CMS blocks, component definitions, and theme metadata for agent or developer use.

  • CMS block and component definition dump
  • Theme structure export for audit or migration

Files

SKILL.mdMarkdownGitHub ↗

Hyvä CMS Component Dump

Locates all components.json files from Hyvä CMS modules and outputs a merged JSON object containing all component definitions from active modules.

Usage

Important: Execute this script from the Magento project root directory.

Run the dump script:

php <skill_path>/scripts/dump_cms_components.php

Where <skill_path> is the directory containing this SKILL.md file (e.g., .claude/skills/hyva-cms-components-dump).

Output format: A single JSON object containing all merged CMS component definitions.

How It Works

1. Reads module configuration from app/etc/config.php to get the ordered list of modules 2. Filters active modules - only modules with value 1 are included (disabled modules are skipped) 3. Locates components.json files in:

  • app/code/{Vendor}/{Module}/etc/hyva_cms/components.json
  • vendor/{vendor-name}/{package-name}/*/etc/hyva_cms/components.json

4. Maps paths to module names by reading each module's etc/module.xml 5. Merges JSON objects in module load order as declared in config.php 6. Outputs the result as formatted JSON

Module Load Order

Components are merged in the exact order modules appear in app/etc/config.php. Later modules can override components from earlier modules by using the same component key.

Example Output

{
    "text_block": {
        "label": "Text Block",
        "category": "Content",
        "template": "Hyva_CmsBase::elements/text-block.phtml",
        ...
    },
    "feature_card": {
        "label": "Feature Card",
        "category": "Elements",
        "template": "Custom_Module::elements/feature-card.phtml",
        ...
    }
}

Integration with Other Skills

This skill can be used to:

  • Debug which components are available in the CMS editor
  • Verify component registration after creating new components
  • Check for component name conflicts between modules
  • Export component definitions for documentation

<!-- Copyright © Hyvä Themes https://hyva.io. All rights reserved. Licensed under OSL 3.0 -->

Related skills

How it compares

Pick hyva-cms-components-dump over generic Magento skills when the storefront uses Hyvä and CMS component dumps are needed for agent-driven theme work.

FAQ

What does hyva-cms-components-dump export?

hyva-cms-components-dump exports Hyvä Magento CMS block and component definitions in structured form. Developers and agents use the dump to scaffold storefront UI, audit theme layouts, or plan migrations without manually navigating Magento admin.

Who should use hyva-cms-components-dump?

hyva-cms-components-dump targets Magento teams on Hyvä themes who automate storefront work with coding agents. It is unnecessary for non-Magento stacks or projects without Hyvä CMS blocks to inspect.

Frontend Developmentfrontendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.