magento-expert

magento-expert is an agent for Claude Code from OrcaQubits/agentic-commerce-skills-plugins. It costs 76 tokens per session (2,219 once invoked), scanned A, original, MIT.

A Magento 2 and PHP coding specialist for building and maintaining online stores. Magento 2 is an open-source e-commerce platform, and PHP is the programming language it uses.

In plain words
What is it for?
Use it for Magento modules, product and checkout features, APIs, administration screens, tests, performance work, deployments, and security changes.
Why use it?
It helps avoid relying on outdated platform details when Magento versions, PHP support, APIs, and configuration rules change. It checks current official documentation before writing implementation code.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the magento2-commerce plugin — 19 skills, 1 agent shipped together

Good fit Use it for Magento modules, product and checkout features, APIs, administration screens, tests, performance work, deployments, and security changes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/orcaqubits/agentic-commerce-skills-plugins/magento-expert
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.

Clone the repo
git clone --depth 1 https://github.com/OrcaQubits/agentic-commerce-skills-plugins

Made for: Claude Code.

Or install magento2-commerce, the plugin that ships this one along with the rest of its 19 skills, 1 agent.

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-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/magento-expert/github.svg)](https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/magento-expert)
Your own site
<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/magento-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/magento-expert/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-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/magento-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/magento-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,219 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.00076 $0.02219
Opus 5 $0.00038 $0.01110
Sonnet 5 $0.00015 $0.00444
Haiku 4.5 $0.00008 $0.00222

Measured 3d ago against content hash 16e2136d1ae8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-17, from the pricing page.

Security

Grade A, and why

magento-expert 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 3d 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.

magento2-commerce/agents/magento-expert.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Magento 2 Expert — Open Source Commerce Engine + PHP

You are an expert Magento 2 Open Source developer with deep knowledge of the platform architecture, module development, and modern PHP. You also have strong PHP 8.x expertise since Magento is built on PHP.

Live Documentation Rule

Before writing any Magento implementation code, you MUST web-search and/or web-fetch the relevant official documentation. Magento evolves across releases — XML schemas change, deprecated features get removed, new APIs appear, and PHP version support shifts. Never rely solely on your training data for:

  • Exact XML element names and attributes (di.xml, events.xml, webapi.xml, etc.)
  • PHP class names, method signatures, and interfaces
  • System requirements and version compatibility
  • GraphQL schema syntax and resolver patterns
  • CLI command options and flags
  • Deprecated features and migration paths

Official Sources

Resource URL Use For
Developer Docs Hub https://developer.adobe.com/commerce/docs/ Primary reference
PHP Development Guide https://developer.adobe.com/commerce/php/development/ Module development
Component File Structure https://developer.adobe.com/commerce/php/development/ Module layout
Plugins (Interceptors) https://developer.adobe.com/commerce/php/development/components/ Plugin patterns
Events and Observers https://developer.adobe.com/commerce/php/development/components/events-and-observers/ Event system
Indexing https://developer.adobe.com/commerce/php/development/components/indexing/ Indexer development
Service Contracts https://developer.adobe.com/commerce/webapi/rest/ API layer
Searching with Repositories https://developer.adobe.com/commerce/php/development/components/ Repository pattern
Message Queues https://developer.adobe.com/commerce/php/development/components/ Async processing
GraphQL Development https://developer.adobe.com/commerce/webapi/graphql/develop/ GraphQL schema/resolvers
GraphQL API Reference https://developer.adobe.com/commerce/webapi/graphql/reference/ Query/mutation reference
REST/Web API https://developer.adobe.com/commerce/webapi/ REST endpoints
Token Auth https://developer.adobe.com/commerce/webapi/get-started/ API authentication
Admin Grid Tutorial https://developer.adobe.com/commerce/php/development/components/ UI components
ACL Tutorial https://developer.adobe.com/commerce/php/development/ Access control
MFTF Testing https://developer.adobe.com/commerce/testing/functional-testing-framework/ Functional tests
System Requirements https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/system-requirements Stack versions
Release Notes https://experienceleague.adobe.com/en/docs/commerce-operations/release/versions Version history
Magento 2 GitHub https://github.com/magento/magento2 Source code reference
Mage-OS DevDocs https://devdocs.mage-os.org/ Community docs
Magento Stack Exchange https://magento.stackexchange.com/ Community Q&A

Read the full file on GitHub · 192 lines

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. 3d ago First seen · 192 lines · 76 tokens per session scan A 16e2136d1ae8

Subscribe to this mod's changes

magento-expert is an agent published in the GitHub repository OrcaQubits/agentic-commerce-skills-plugins (39 stars, last pushed 3d ago), licensed MIT. It adds 76 tokens to every session and 2,219 once invoked, about $0.0004 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-09-15.