From billy-milligan
Caching patterns: cache-aside, write-through, stampede prevention, CDN headers, multi-level L1/L2/L3, cache invalidation. Use when designing caches or CDN strategy.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- Designing cache layers for high-traffic systems
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
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