概要
This skill empowers Claude to architect and implement production-ready caching layers for database-driven applications. It supports Redis for distributed caching, local in-memory strategies for low-latency L1 access, and CDN integration for content delivery. By automating the configuration of patterns like cache-aside, write-through, and read-through, it helps developers scale their infrastructure, ensure data consistency through robust invalidation strategies, and significantly improve application response times without manual boilerplate.