From database-cache-layer
Implements multi-tier database caching with Redis, in-memory cache, and CDN layers. Reduces database load and improves query latency using cache-aside, write-through, and read-through strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-cache-layer:database-cache-layerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 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.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin database-cache-layer