Applies Hyva UI template-based (non-CMS) components to a Hyvä theme by copying files from {hyva_ui_path}/components/ to app/design/frontend/{Vendor}/{Theme}/.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionhyva-ui-componentExecute the skills CLI command in your project's root directory to begin installation:
Fetches hyva-ui-component from hyva-themes/hyva-ai-tools and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate hyva-ui-component. Access via /hyva-ui-component in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
60
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
60
stars
Applies Hyva UI template-based (non-CMS) components to a Hyvä theme by copying files from {hyva_ui_path}/components/ to app/design/frontend/{Vendor}/{Theme}/.
Path variable: {hyva_ui_path} = vendor/hyva-themes/hyva-ui (default) or user-provided custom path.
Command execution: For any commands that need to run inside the development environment (e.g., bin/magento commands), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper.
ls vendor/hyva-themes/hyva-ui/components/ 2>/dev/null
If NOT found, offer options: (A) User provides custom extraction path, (B) composer require --dev hyva-themes/hyva-ui, (C) Download from https://hyva.io/my-account/my-downloads/
After install, refresh catalog: <skill_path>/scripts/refresh_catalog.sh {hyva_ui_path} <skill_path>/references/components.md
Where <skill_path> is the directory containing this SKILL.md file.
Use the hyva-theme-list skill to find existing Hyvä themes. Filter the results to only include themes in app/design/frontend/ (exclude vendor themes).
Prompt the user to select:
Example/winterWonderTheme)If user selects "Create new theme":
hyva-child-theme skill to create the new theme firstIf user selects an existing theme:
Continue with the selected theme path: app/design/frontend/{Vendor}/{Theme}
If no component specified or user asks to list components, show only the "Non-CMS Components (Template-Based)" section from references/components.md.
Do NOT list or mention:
These are internal dependencies or require the CMS Tailwind JIT compiler and are not applicable for direct installation via this skill.
Variants: A=Basic, B=Enhanced, C=Advanced, D=Specialized. List with: ls {hyva_ui_path}/components/{component}/
Always read {hyva_ui_path}/components/{component}/{variant}/README.md before copying. Present to user: dependencies, configuration options, special requirements.
Before copying, check which destination files already exist to track created vs updated:
# List source files
find {hyva_ui_path}/components/{component}/{variant}/src -type f
# For each source file, check if destination exists
# e.g., for src/Magento_Catalog/templates/product/view/gallery.phtml
# check: {theme_path}/Magento_Catalog/templates/product/view/gallery.phtml
Track each file as either:
Then copy:
cp -r {hyva_ui_path}/components/{component}/{variant}/src/* {theme_path}/
The src/ directory contains Magento module folders (Magento_Theme/, Magento_Catalog/, etc.) that map directly to theme structure. For existing layout XML files, merge content rather than overwriting.
Check if README contains XML configuration (look for <var name=", etc/view.xml).
If found:
<var name= elements with default valuesmodule="Magento_Catalog"){theme_path}/etc/view.xml:
<view> structure<vars module="..."> exists: Add <var> elements inside it<vars module="..."> before </view>{theme_path}/etc/view.xml with default values."Preserve existing view.xml content and keep XML comments from README.
Check README for dependencies and install them automatically (do not ask the user to select plugins):
{hyva_ui_path}/plugins/{plugin}/src/ (e.g., splidejs for gallery/D-splide)composer require hyva-themes/magento2-hyva-payment-iconshyva-compile-tailwind-css skill with the target theme.After applying all changes, output a summary of modifications:
Display all files that were created or modified during this component installation. Use the tracking from Step 5 to label each file correctly:
Modified files:
- {theme_path}/Magento_Catalog/templates/product/view/gallery.phtml (updated)
- {theme_path}/Magento_Theme/templates/html/header.phtml (created)
- {theme_path}/etc/view.xml (updated)
If XML configuration was added to {theme_path}/etc/view.xml, parse the XML block from the README and display a table of options:
# Extract the XML config block from README and parse it
php <skill_path>/scripts/parse_readme_xml.php --format=table < xml_block.txt
The table shows each option with columns:
magnifier.enable)Example output (common prefix like gallery. is automatically stripped):
Option | Value | Description
---------------------+------------+---------------------------------------------------
nav | thumbs | Gallery navigation style (false/thumbs/counter)
magnifier.enable | false | Turn on/off magnifier (true/false)
For markdown output (e.g., when creating documentation), use --format=md.
{hyva_ui_path}/components/{component}/{variant}/
├── README.md # Instructions
├── media/ # Preview images
└── src/ # Files to copy to theme
See references/components.md for the full component catalog (only show non-CMS section to users).
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
sickn33/antigravity-awesome-skills
leonxlnx/taste-skill
erichowens/some_claude_skills
Keeps context tight: hyva-ui-component is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in hyva-ui-component — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
hyva-ui-component has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: hyva-ui-component is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added hyva-ui-component from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for hyva-ui-component matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: hyva-ui-component is focused, and the summary matches what you get after install.
Registry listing for hyva-ui-component matched our evaluation — installs cleanly and behaves as described in the markdown.
hyva-ui-component fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
hyva-ui-component reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 35