cache-ops

Generate bottom-up cache invalidation commands across five cache layers.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill cache-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cache-ops
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.claude/skills/cache-ops-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill cache-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of cache invalidation across various layers, ensuring data accuracy and reducing downtime.

Core Features & Use Cases

  • Unified Cache Invalidation: Maps entities or cache layers to all 5 cache layers (Frontend CDN, Backend CDN, in-memory pods, Redis, DB/cron).
  • Command Generation: Generates bottom-up invalidation commands with blast radius assessment.
  • Use Case: When you need to invalidate cache for a specific tour group or CDN, this Skill generates the necessary commands to ensure data consistency.

Quick Start

Use the cache-ops skill to invalidate the cache for tourGroupId 12345.

Frequently Asked Questions about cache-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate cache invalidation commands for Headout services?

You can invalidate cache for a tour group by mapping the tourGroupId to all 5 cache layers, triggering invalidation from the innermost layer outward to ensure data consistency and reduce downtime.

What is bottom-up cache invalidation across multiple cache layers?

Bottom-up cache invalidation triggers clearing from the innermost layer outward across Frontend CDN, Backend CDN, in-memory pods, Redis, and DB/cron to maintain data consistency across all layers.

Do I need codebase access to verify dynamic cache key patterns?

Yes, codebase access is required to dynamically verify cache key patterns before generating accurate invalidation commands across the 5 cache layers.

Can I assess the blast radius when invalidating cache for a specific tour group?

Yes, this Skill generates bottom-up invalidation commands with blast radius assessment to ensure data accuracy when invalidating cache for a specific tour group or CDN.

What's the best way to invalidate Frontend CDN and Redis caches simultaneously?

The best way is to use this Skill to map entities to all 5 cache layers and generate unified bottom-up invalidation commands, ensuring data consistency across Frontend CDN, Backend CDN, in-memory pods, Redis, and DB/cron.

Why does cache invalidation require mapping entities to all 5 cache layers?

Cache invalidation requires mapping entities to all 5 cache layers to ensure data consistency and reduce downtime across Frontend CDN, Backend CDN, in-memory pods, Redis, and DB/cron.