Help us improve
Share bugs, ideas, or general feedback.
From billy-milligan
Provides caching patterns like cache-aside, write-through, stampede prevention, CDN headers, multi-level L1/L2/L3 caches, and invalidation strategies for high-traffic systems and CDN design.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganHow this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:caching-strategiesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Designing cache layers for high-traffic systems
Implements Redis caching patterns like cache-aside, write-through, write-behind; covers Memcached, invalidation strategies, TTL design, stampede prevention, CDN config, distributed caching. For optimizing read performance, reducing DB load, designing cache layers.
Provides caching strategies (Cache-Aside, Read-Through, Write-Through, Write-Behind), invalidation approaches, multi-level caching, and Redis data structures for audits and generation.
Assesses caching opportunities and implements multi-layer strategies with Redis/Memcached/CDN, including cache-aside patterns, TTL/event invalidation, and stampede prevention.
Share bugs, ideas, or general feedback.
references/caching-patterns.md — cache-aside, write-through, write-behind, multi-level with codereferences/redis-deep-dive.md — data structures for caching, eviction policies, cluster modereferences/cdn-edge-caching.md — Cache-Control headers, stale-while-revalidate, purge strategiesreferences/cache-invalidation.md — stampede prevention, event-driven invalidation, versioned keysassets/caching-checklist.md — what to cache, TTL recommendations, monitoring queries