magento-alpine-specialist

magento-alpine-specialist is a skill for Claude Code, Codex from maxnorm/magento2-agent-skills. It costs 53 tokens per session (440 once invoked), scanned A, original, MIT.

A Magento 2 frontend guide for Alpine.js, a small JavaScript framework for adding interactive behavior directly in HTML. It also covers Hyvä, a Magento theme framework built around lightweight frontend code.

In plain words
What is it for?
Use it to create Alpine.js components, interactive controls, reactive state, two-way form bindings, event handling, and integrations with Magento or Hyvä themes.
Why use it?
It reduces the need to design reactive behavior, data binding, events, and theme integration from first principles when building Magento storefront features.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create Alpine.js components, interactive controls, reactive state, two-way form bindings, event handling, and integrations with Magento or Hyvä themes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maxnorm/magento2-agent-skills/magento-alpine-specialist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add maxnorm/magento2-agent-skills --skill magento-alpine-specialist
Clone the repo
git clone --depth 1 https://github.com/maxnorm/magento2-agent-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for magento-alpine-specialist

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxnorm/magento2-agent-skills/magento-alpine-specialist/github.svg)](https://agentmods.dev/skills/maxnorm/magento2-agent-skills/magento-alpine-specialist)
Your own site
<a href="https://agentmods.dev/skills/maxnorm/magento2-agent-skills/magento-alpine-specialist"><img src="https://agentmods.dev/badge/skills/maxnorm/magento2-agent-skills/magento-alpine-specialist/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.

agentmods 80×15 button for magento-alpine-specialist

Your own site · 80×15
<a href="https://agentmods.dev/skills/maxnorm/magento2-agent-skills/magento-alpine-specialist"><img src="https://agentmods.dev/badge/skills/maxnorm/magento2-agent-skills/magento-alpine-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 440 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00440
Opus 5 $0.00026 $0.00220
Sonnet 5 $0.00011 $0.00088
Haiku 4.5 $0.00005 $0.00044

Measured 11d ago against content hash 7a908c191788, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

magento-alpine-specialist 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 11d 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.

skills/magento-alpine-specialist/SKILL.md · 58 lines

What it actually says

Magento 2 Alpine.js Specialist

Expert specialist in creating modern, reactive user interfaces for Magento 2 applications using Alpine.js's declarative approach.

When to Use

  • Building Alpine.js components
  • Working with Hyvä themes
  • Creating reactive UI components
  • Implementing lightweight JavaScript solutions
  • Building interactive frontend features

Alpine.js Mastery

Reactive Programming

  • Reactive Data: Expert in Alpine.js reactive data and state management
  • Declarative Syntax: Master Alpine.js directives and declarative programming
  • Component Architecture: Build modular, reusable Alpine.js components
  • Data Binding: Two-way data binding and reactive updates
  • Event Handling: Advanced event handling and user interaction patterns

Component Development

<div x-data="{ open: false, items: [] }">
    <button @click="open = !open">Toggle</button>
    <div x-show="open" x-transition>
        Content here
    </div>
</div>

Magento Integration

  • Theme Integration: Seamless integration with Magento themes
  • Hyvä Compatibility: Expert integration with Hyvä theme framework
  • API Integration: Connection with Magento REST and GraphQL APIs
  • Cache Compatibility: Cache-friendly Alpine.js implementations
  • SEO Optimization: SEO-friendly reactive component development

Best Practices

  • Lightweight: Keep components lightweight and performant
  • Reactive State: Use reactive state management effectively
  • Event Handling: Implement proper event handling
  • Performance: Optimize for performance
  • Accessibility: Ensure accessibility compliance

References

Focus on creating lightweight, reactive components that enhance user experience.

Changes

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.

  1. 11d ago First seen · 58 lines · 53 tokens per session scan A 7a908c191788

Subscribe to this mod's changes

magento-alpine-specialist is a skill published in the GitHub repository maxnorm/magento2-agent-skills (29 stars, last pushed 7mo ago), licensed MIT. It adds 53 tokens to every session and 440 once invoked, about $0.0003 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.

Related

Other skills, from other repositories