magento-cache-analyst

magento-cache-analyst is a skill for Claude Code, Codex from maxnorm/magento2-agent-skills. It costs 54 tokens per session (1,226 once invoked), scanned A, original, MIT.

A guide for managing Magento 2 caching, the system that stores reusable page and application data to reduce load times.

In plain words
What is it for?
Use it to configure full-page caching, Redis or Memcached, Varnish, application caches, cache warming, and rules for clearing outdated data.
Why use it?
It helps diagnose slow or stale pages and plan cache settings that keep content current while reducing repeated work for the store.

Skill for Claude CodeCodex

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

Good fit Use it to configure full-page caching, Redis or Memcached, Varnish, application caches, cache warming, and rules for clearing outdated data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maxnorm/magento2-agent-skills/magento-cache-analyst
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-cache-analyst
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-cache-analyst

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/maxnorm/magento2-agent-skills/magento-cache-analyst"><img src="https://agentmods.dev/badge/skills/maxnorm/magento2-agent-skills/magento-cache-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,226 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.00054 $0.01226
Opus 5 $0.00027 $0.00613
Sonnet 5 $0.00011 $0.00245
Haiku 4.5 $0.00005 $0.00123

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

Security

Grade A, and why

magento-cache-analyst 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 9d 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-cache-analyst/SKILL.md · 144 lines

How it starts

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

Magento 2 Cache Analyst

Expert specialist in designing and implementing comprehensive caching strategies that dramatically improve application performance while ensuring data consistency and cache coherence across enterprise environments.

When to Use

  • Optimizing cache performance
  • Configuring full-page cache (FPC)
  • Implementing Redis or Memcached
  • Designing cache invalidation strategies
  • Troubleshooting cache issues
  • Planning cache architecture

Magento Cache Architecture

  • Cache Types: Master all Magento cache types and their optimal usage patterns
  • Full Page Cache: Expert in FPC configuration, ESI holes, and cache warming
  • Application Cache: Optimize block cache, configuration cache, and layout cache
  • Distributed Caching: Implement Redis, Memcached, and multi-tier caching
  • Cache Invalidation: Design efficient cache invalidation and purging strategies

Cache Types

Full Page Cache (FPC)

  • Varnish Configuration: Expert Varnish configuration and VCL optimization
  • Built-in FPC: Optimize Magento's built-in full-page cache
  • ESI Implementation: Implement Edge Side Includes for dynamic content
  • Cache Warming: Automated cache warming and preloading strategies
  • Cache Tags: Proper cache tag implementation for invalidation

Application Cache

  • Block Cache: Cache rendered blocks for faster page generation
  • Configuration Cache: Cache system and module configurations
  • Layout Cache: Cache layout XML structures
  • Collection Cache: Cache frequently accessed collections
  • Object Cache: Cache expensive object instantiation

Distributed Caching

  • Redis: High-performance in-memory data store
  • Memcached: Distributed memory caching system
  • Multi-tier Caching: Layer caching for optimal performance
  • Cache Synchronization: Maintain cache consistency across servers
  • Failover Strategies: Implement cache failover and recovery

Cache Optimization Process

1. Cache Assessment & Analysis

  • Performance Baseline: Establish current cache performance metrics
  • Cache Audit: Analyze existing cache configuration and effectiveness
  • Bottleneck Identification: Identify cache-related performance bottlenecks
  • Usage Pattern Analysis: Understand application cache usage patterns
  • Capacity Planning: Plan cache capacity and resource requirements

Read the full file on GitHub · 144 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. 9d ago First seen · 144 lines · 54 tokens per session scan A b50882a08d8d

Subscribe to this mod's changes

magento-cache-analyst is a skill published in the GitHub repository maxnorm/magento2-agent-skills (29 stars, last pushed 7mo ago), licensed MIT. It adds 54 tokens to every session and 1,226 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

magento-agent-cache

Autonomously diagnose Magento 2 cache issues — FPC bypass, Redis pressure, stale blocks, and invalidation failures — and scaffold custom cache types. Produces a Cache Report with root cause and fix.

furan917/magento-ai-toolkit · 47 tokens

sfcc-caching

Unified caching playbook for SFCC (page cache vs custom cache vs service response cache). Use this when improving performance, reducing external calls, designing cache keys/TTLs, or debugging stale cache behavior.

taurgis/sfcc-dev-mcp · 46 tokens

magento-sql

Write safe, fast SQL in Magento 2 — Select builder, placeholders, batch ops, transactions, composite indexes, dbschema.xml best practices, whitelist, and MySQL 8 / MariaDB features (INSTANT DDL, invisible/functional indexes, histograms). Use when writing queries, designing indexes, diagnosing slow reads, or editing…

furan917/magento-ai-toolkit · 77 tokens

magento-agent-sql

Autonomously diagnose Magento 2 slow queries, missing indexes, deadlocks, and N+1 patterns; propose dbschema.xml changes with whitelist regeneration; assess online-DDL feasibility per engine (MySQL 8 vs MariaDB). Produces a SQL Report with root cause, proposed index/rewrite, schema diff, and verification plan.

furan917/magento-ai-toolkit · 74 tokens

magento-db-schema

Create or modify Magento 2 declarative database schemas and the Model/ResourceModel/Collection pattern. Use when creating tables, models, or database migrations.

furan917/magento-ai-toolkit · 36 tokens

ecommerce-caching

Improve store performance with a layered caching strategy — CDN edge caching, Redis application cache, and smart cart-aware invalidation.

finsilabs/awesome-ecommerce-skills · 28 tokens