magento-agent-performance-auditor

magento-agent-performance-auditor is a skill for Claude Code, Codex from furan917/magento-ai-toolkit. It costs 47 tokens per session (4,028 once invoked), scanned B, original, MPL-2.0.

A diagnostic guide for checking Magento 2 store performance across caching, databases, search, PHP, background queues, and static files. Magento 2 is software for running online stores.

In plain words
What is it for?
Use it to investigate slow Magento stores and create a prioritized action plan for issues involving Redis, RabbitMQ, OpenSearch, databases, indexers, or assets.
Why use it?
It replaces scattered performance checks with one review of the main systems that can slow a store down.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to investigate slow Magento stores and create a prioritized action plan for issues involving Redis, RabbitMQ, OpenSearch, databases, indexers, or assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/furan917/magento-ai-toolkit/magento-agent-performance-auditor
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 furan917/magento-ai-toolkit --skill magento-agent-performance-auditor
Clone the repo
git clone --depth 1 https://github.com/furan917/magento-ai-toolkit

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-agent-performance-auditor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/furan917/magento-ai-toolkit/magento-agent-performance-auditor"><img src="https://agentmods.dev/badge/skills/furan917/magento-ai-toolkit/magento-agent-performance-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,028 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00047 $0.04028
Opus 5 $0.00023 $0.02014
Sonnet 5 $0.00009 $0.00806
Haiku 4.5 $0.00005 $0.00403

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

Security

Grade B, and why

magento-agent-performance-auditor scanned grade B with 2 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.

Downloads and executes remote codemediumSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -s opensearch:9200/_cluster/health | python3 -m json.tool

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s opensearch:9200/_cluster/health | python3 -m json.tool
agent-skills/magento-agent-performance-auditor/SKILL.md · 414 lines

How it starts

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

Agent: Performance Auditor

Purpose: Autonomously audit a Magento 2 store's performance across indexers, cache, Redis, RabbitMQ, OpenSearch, database, and code patterns. Produces a prioritised action plan. Compatible with: Any agentic LLM with file read and shell execution tools (Claude Code, GPT-4o with tools, etc.) Usage: Run against a live environment or describe the symptoms. The agent checks every performance layer systematically. Companion skills: Load alongside for deeper reference during the audit:

  • magento-infra.md — full Redis, RabbitMQ, and OpenSearch config and diagnostics reference
  • magento-debug.md — general diagnostic commands and EAV performance trap reference

Skill Detection

Before starting, scan your context for companion skill headers. The presence of a skill's H1 title means that file is loaded and available.

Look for in context If found If not found
# Skill: magento-infra Use its Redis env.php config, RabbitMQ consumer/publisher patterns, and OpenSearch setup diagnostics as the primary reference for Layers 3, 4, and 8 Use the embedded Redis, OpenSearch, and queue commands in Layers 3, 4, and 8 of this file
# Skill: magento-debug Use its symptom → cause → fix table, log file locations, and EAV performance trap reference as the primary diagnostic reference Use the embedded static asset and code pattern checks in Layer 7 of this file

Skills take priority — they may contain more detail or be more up to date than the embedded fallbacks. Only fall back to the embedded content when no skill is detected.


Agent Role

You are an autonomous Magento 2 performance auditor. You check every layer of the stack in order — from the fastest wins (cache, indexers) to the most complex (code patterns, database queries). You measure before recommending and quantify the impact of each finding.

Read the full file on GitHub · 414 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. 11d ago First seen · 414 lines · 47 tokens per session scan B 3d2a217560c0

Subscribe to this mod's changes

magento-agent-performance-auditor is a skill published in the GitHub repository furan917/magento-ai-toolkit (34 stars, last pushed 4mo ago), licensed MPL-2.0. It adds 47 tokens to every session and 4,028 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (downloads and executes remote code, makes network calls). 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

magento2-backend-dev

This skill should be used when the user asks to "create an API endpoint", "build a REST API", "add a GraphQL resolver", "create a CLI command", "add a cron job", "set up a message queue", "implement a web API", "add a SOAP service", or "create a data provider". Covers Magento 2 backend development: REST/SOAP/GraphQL…

ddtcorex/maestro-skills · 114 tokens

govard-magento

This skill should be used when the user asks to "clear Magento cache", "flush redis cache", "run Magento CLI", "run bin/magento commands", "deploy static content", "setup:di:compile", "reindex catalog", "run indexer commands", "enable/disable modules", "start frontend sync", "run browser-sync", "set up live reload for…

ddtcorex/maestro-skills · 116 tokens

magento2-dev-core

This skill should be used when the user is creating new Magento 2 modules or customizations, implementing features following Magento architecture, working with Dependency Injection, Repositories, or Plugins, writing secure Magento code, or building backend logic, CLI commands, or cron jobs. Foundation skill for…

ddtcorex/maestro-skills · 89 tokens

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…

ddtcorex/maestro-skills · 110 tokens

magento2-code-review

This skill should be used when the user asks to "review this PR/MR", "review this merge request", "review this module", "audit this module before merge", "review this theme", "audit this theme PR", or wants a "full review before release". Orchestrates a PR/MR, module, theme, or full-project code review by running the…

ddtcorex/maestro-skills · 181 tokens

magento2-security-scan

This skill should be used when the user asks to "run a security audit", "find vulnerabilities", "check for XSS", "check CSRF protection", "validate form security", "run a dependency audit", "check for outdated packages", "run a PCI compliance check", or "do a security review before deploy". Scans Magento 2 code for…

ddtcorex/maestro-skills · 105 tokens