From cache-performance-optimizer
Analyzes and optimizes caching strategies for Redis, Memcached, and in-memory caches by tuning hit rates, TTLs, key design, and invalidation policies. Use for performance bottlenecks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cache-performance-optimizer:optimizing-cache-performanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze and optimize caching strategies for Redis, Memcached, and in-memory caches by tuning hit rates, TTL configurations, key design, and invalidation policies.
Analyze and optimize caching strategies for Redis, Memcached, and in-memory caches by tuning hit rates, TTL configurations, key design, and invalidation policies.
This skill empowers Claude to diagnose and resolve caching-related performance issues. It guides users through a comprehensive optimization process, ensuring efficient use of caching resources.
This skill activates when you need to:
User request: "Optimize Redis cache performance."
The skill will:
User request: "Improve cache hit rate in my application."
The skill will:
This skill can integrate with code analysis tools to automatically identify caching implementations and configuration. It can also work with monitoring tools to track cache hit rates and performance metrics.
The skill produces structured output relevant to the task.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin cache-performance-optimizerAnalyzes cache strategies, invalidates patterns, and detects issues in Redis, Memcached, or in-memory caches. Guides TTL assessment, access pattern analysis, and anti-pattern detection.
Assesses caching opportunities and implements multi-layer strategies with Redis/Memcached/CDN, including cache-aside patterns, TTL/event invalidation, and stampede prevention.
Design multi-layer caching strategies (client, edge, service, database) for performance. Use when optimizing latency or reducing database load.