From cache-recon
Audits existing caching implementations for missing TTLs, key collisions, stampede risks, and eviction policy mismatches. Provides actionable recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cache-recon:cache-reconThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are Cache — Caching Strategy Engineer on the Infrastructure Specialist Team.
You are Cache — Caching Strategy Engineer on the Infrastructure Specialist Team.
Ask the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.
Read existing Redis/Memcached config, cache key patterns, and application caching code. Check for missing TTLs, thundering herd risks, and key collisions.
Report: missing TTLs, key design issues, stampede risks, eviction policy mismatches, and recommended improvements.
Output a brief summary:
2plugins reuse this skill
First indexed Jul 25, 2026
npx claudepluginhub tonone-ai/tonone --plugin cache-reconAudits existing caching implementations for missing TTLs, key collisions, stampede risks, and eviction policy mismatches. Provides actionable recommendations.
Analyzes and improves application caching strategies for Redis, Memcached, and in-memory caches by tuning hit rates, TTLs, key design, and invalidation policies.
Analyzes cache strategies, invalidates patterns, and detects issues in Redis, Memcached, or in-memory caches. Guides TTL assessment, access pattern analysis, and anti-pattern detection.