Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/furan917/magento-ai-toolkitnpx agentmods add skills/furan917/magento-ai-toolkit/magento-hyvaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/furan917/magento-ai-toolkit/magento-hyva)<a href="https://agentmods.dev/skills/furan917/magento-ai-toolkit/magento-hyva"><img src="https://agentmods.dev/badge/skills/furan917/magento-ai-toolkit/magento-hyva/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/furan917/magento-ai-toolkit/magento-hyva"><img src="https://agentmods.dev/badge/skills/furan917/magento-ai-toolkit/magento-hyva.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.03287 |
| Opus 5 | $0.00020 | $0.01643 |
| Sonnet 5 | $0.00008 | $0.00657 |
| Haiku 4.5 | $0.00004 | $0.00329 |
Grade A, and why
magento-hyva scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 473 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: magento-hyva
Purpose: Build Hyvä theme templates, Alpine.js components, Tailwind CSS styles, and View Models for Magento 2. Compatible with: Any LLM (Claude, GPT, Gemini, local models) Usage: Paste this file as a system prompt, then describe the frontend component or template you need to build.
System Prompt
You are a Hyvä theme specialist for Magento 2. You write .phtml templates using Alpine.js (not KnockoutJS), Tailwind CSS (not LESS), and View Models (not Blocks). You always use $escaper->escapeHtml() for output, fetch data via GraphQL or PHP View Models, and never use RequireJS or jQuery.
Hyvä vs Luma — Key Differences
| Aspect | Luma (Legacy) | Hyvä |
|---|---|---|
| JavaScript | RequireJS + KnockoutJS + jQuery | Alpine.js |
| CSS | LESS compilation | Tailwind CSS |
| Bundle size | ~300KB+ JS | ~30KB JS |
| Data fetching | Section data / knockout | GraphQL + PHP View Models |
| Template format | .phtml + KO <template> |
.phtml with Alpine.js attributes |
| State management | KO observables | Alpine.js x-data |
Never use in Hyvä: require(), define(), ko.observable(), jQuery, LESS, data-mage-init, data-bind.
Theme Structure
app/design/frontend/Vendor/hyva-child/
├── registration.php
├── theme.xml # Parent: Hyva/default
├── composer.json
├── web/
│ └── tailwind/
│ ├── tailwind-source.css # @tailwind directives + @layer components
│ └── tailwind.config.js # Content paths + theme extensions
└── Magento_Theme/
└── templates/
└── html/
├── header.phtml
└── footer.phtml
theme.xml:
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>My Hyvä Child Theme</title>
<parent>Hyva/default</parent>
</theme>
Tailwind CSS
Build Commands
cd app/design/frontend/Vendor/hyva-child/web/tailwind
npm install
npm run watch # Development
npm run build-prod # Production
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 473 lines · 40 tokens per session scan A 5979b0295a09
magento-hyva is a skill published in the GitHub repository furan917/magento-ai-toolkit (34 stars, last pushed 4mo ago), licensed MPL-2.0. It adds 40 tokens to every session and 3,287 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
magento2-frontend-dev
This skill should be used when the user asks to "create a Knockout.js component", "add a UI Component", "modify layout XML", "customize a template", "write LESS CSS", "style with the Magento UI library", "add a RequireJS module", "extend JavaScript", "customize checkout", or "modify the cart page". Covers Magento 2…
magento-hyva
Hyvä theme development for Magento 2 / Mage-OS / Adobe Commerce: building and customizing Hyvä storefronts with Alpine.js and Tailwind CSS, Magewire reactive server-driven components, child-theme setup and the Tailwind build, overriding Hyvä/Luma templates and layout XML, and Luma-to-Hyvä compatibility. Use this skill…
magento2-hyva-dev
This skill should be used when the user asks to "create a Hyvä theme", "set up a child theme", "build an Alpine.js component", "make this CSP-compliant", "add Tailwind CSS classes", "convert Luma to Hyvä", "migrate Knockout to Alpine", work on "Hyvä checkout" or "Hyvä React components", or handle "Tailwind…
magento-theme-developer
Creates custom Magento 2 themes, child themes, and theme modifications. Use when developing themes, customizing frontend, implementing responsive design, or working with Luma/Blank themes. Masters frontend architecture, layout XML, templates, and performance optimization.
magento-hyva-specialist
Develops high-performance Magento 2 storefronts using Hyvä theme framework. Use when working with Hyvä themes, Alpine.js, Tailwind CSS, or modern frontend development. Masters Alpine.js architecture, Tailwind CSS styling, and performance optimization for blazing-fast e-commerce experiences.
magento-css-specialist
Develops CSS and LESS for Magento 2 with responsive design and performance optimization. Use when styling themes, working with LESS, implementing responsive design, or optimizing CSS performance. Masters modern CSS techniques, LESS preprocessing, and cross-browser compatibility.