github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill enables Claude to implement multi-tier database caching solutions. It is triggered when the user requests database caching, performance improvements, or reduced database load. The skill utilizes Redis, in-memory caching, and CDN layers to optimize database performance by reducing database load, improving query latency, and supporting horizontal scaling with cache-aside, write-through, and read-through patterns. Use this skill when the user mentions terms like "database caching", "improve database performance", "reduce database load", or uses the `/caching` command.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill empowers Claude to implement a production-ready multi-tier caching architecture for databases. It leverages Redis for distributed caching, in-memory caching for L1 performance, and CDN for static assets. This results in significant database load reduction, improved query latency, and enhanced scalability.
This skill activates when you need to:
User request: "Implement Redis caching for my PostgreSQL database to improve query performance."
The skill will:
User request: "Add an in-memory cache layer to my application to reduce latency for frequently accessed data."
The skill will:
lru-cache or similar).This skill can be integrated with other database management and deployment tools to automate the entire caching implementation process. It also complements skills related to database schema design and query optimization.