Hot Cache & Read Path Stability
Keep hot read paths correct under cache expiry, invalidation, replication lag, search indexing, pagination, and long-running exports. This bundle combines cache-stampede repair, invalidation contracts, search-index reconciliation, tenant-safe caching, replica consistency, pagination stability, export snapshots, and cache implementation. Use it when reads are fast in normal conditions but become stale, duplicated, cross-tenant, or origin-heavy during updates and traffic bursts.
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
One payment, lifetime access. 8 skills unlock instantly in your library.
30-day refund guarantee
Instant unlock in your library
Free updates from the creator
What's included
8 skillsStop cache stampedes by repairing fill ownership, request coalescing, lock safety, refresh failures, TTL synchronization, and cold-cache overload.
Repair cache invalidation drift in a repository using Cursor.
Repair search indexes that contain missing, stale, duplicated, or deleted records and add safe reconciliation and rebuild controls.
Repair cache bugs that expose one customer’s data to another tenant or return stale results after writes.
Repair stale reads when apps write to a primary database but immediately read from lagging replicas.
Repair APIs where users see duplicate, missing, or reordered records while paging through changing data.
Repair long-running exports that produce missing, duplicate, mixed-version, or inconsistent rows when source data changes mid-run.
Automatically add safe caching to existing applications.
See it in action
You say
Our Node/TypeScript product catalog uses Redis in front of PostgreSQL. A top-selling product key has a 5-minute TTL. When it expires, 200–500 concurrent requests all miss Redis and call the same expensive SQL query. We already have a Redis lock, but its lease is 2 seconds while the query sometimes takes 4–6 seconds, so another request can acquire the lock before the first fill completes. Waiting requests poll every 50 ms, and on refresh failure every caller bypasses cache. Repair the repository so one hot-key expiry does not create a thundering herd. Use local Redis/test fixtures and deterministic concurrency tests. Do not flush production Redis, change live infrastructure, or invent a new freshness SLA.
Your agent does
Cache stampede found. A hot-key expiry triggers parallel SQL fills because the lock lease is shorter than the fill, followers poll aggressively, and refresh failure bypasses the cache per caller. The repair adds per-key coalescing, safer distributed ownership, generation protection, bounded follower behavior, concurrency tests, and fill metrics. Production capacity and freshness policy remain unverified.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every skill in this bundle passes our trust checks.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back