Hyva Cms Components Dump
Exports all Hyvä CMS components from a project as JSON files for easy backup and sharing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hyva-cms-components-dump npx -- -y @trustedskills/hyva-cms-components-dump
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hyva-cms-components-dump": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hyva-cms-components-dump"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The hyva-cms-components-dump skill allows AI agents to extract and analyze the complete component library from a Hyva CMS storefront. It retrieves raw HTML, CSS, and JavaScript definitions to help developers understand available UI patterns without manual inspection.
When to use it
- Reverse-engineering a custom theme's structure before building new features.
- Identifying existing reusable blocks to avoid redundant development work.
- Auditing frontend code for security vulnerabilities or deprecated libraries.
- Generating documentation for a team unfamiliar with the specific Hyva installation.
Key capabilities
- Extracts full source code for all registered CMS components.
- Parses associated stylesheets and scripts linked to component definitions.
- Outputs structured data representing the visual hierarchy of the storefront.
Example prompts
- "Dump all available Hyva CMS components from this site so I can see what blocks are already implemented."
- "List the core UI components found in this store's frontend codebase."
- "Extract the HTML structure and styling for the product grid component used on this page."
Tips & gotchas
This skill is designed specifically for Hyva-based storefronts; it will not yield results on standard Magento or other CMS platforms. Ensure you have permission to analyze the target site's source code before running extraction commands, as this reveals sensitive implementation details.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.