Magento Alpine.js Specialist
Alpine.js reactive component patterns tuned for Magento 2 / Hyvä themes
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · cb69385
Built the same mini-cart drawer task twice: the baseline wired a generic unnamed '/cart/count' fetch, while following the skill produced code that used Magento's actual private-content/customer-data 'cart' section pattern — the correct cache-safe way to keep an Alpine component in sync on a full-page-cached storefront.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Magento Alpine.js Specialist does
A persona/knowledge skill for building reactive Alpine.js UI components on Magento 2 storefronts, with emphasis on Hyvä-theme compatibility and full-page-cache-friendly patterns. Triggers on Alpine.js, Hyvä theme, or reactive-component work; it is one of 30 sibling Magento specialist skills in the same repo (overlaps with magento-hyva-specialist) and is fully self-contained with no external files or scripts.
How to install Magento Alpine.js Specialist
git clone https://github.com/maxnorm/magento2-agent-skills
cd magento2-agent-skills
mkdir -p ~/.claude/skills
cp -r skills/magento-alpine-specialist ~/.claude/skills/magento-alpine-specialist
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Magento Alpine.js Specialist
-
/magento-alpine-specialistAlpine.js reactive component patterns tuned for Magento 2 / Hyvä themes
It also activates on plain-language prompts like these:
-
Build a Hyva mini-cart drawer in Alpine.js that toggles open and shut -
Add a reactive item counter to our Magento 2 storefront cart -
Make this Alpine.js component full-page-cache friendly for Hyva
Frequently asked questions
- Is the Magento Alpine.js Specialist skill free?
- Yes. The skill itself is free from maxnorm/magento2-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Magento Alpine.js Specialist work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Built the same mini-cart drawer task twice: the baseline wired a generic unnamed '/cart/count' fetch, while following the skill produced code that used Magento's actual private-content/customer-data 'cart' section pattern — the correct cache-safe way to keep an Alpine component in sync on a full-page-cached storefront.
- What is the Magento Alpine.js Specialist SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Magento Alpine.js Specialist?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Magento Alpine.js Specialist with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.