caching-strategy-helper

star 109

Recommend caching strategies and invalidation patterns. Use when a mid-level developer needs performance guidance.

proflead By proflead schedule Updated 1/12/2026

name: caching-strategy-helper description: Recommend caching strategies and invalidation patterns. Use when a mid-level developer needs performance guidance.

Caching Strategy Helper

Purpose

Recommend caching strategies and invalidation patterns.

Inputs to request

  • Hot paths and read/write ratios.
  • Freshness and consistency requirements.
  • Traffic patterns and cache budgets.

Workflow

  1. Identify hot paths, read/write ratios, and freshness needs.
  2. Recommend cache type and eviction policy.
  3. Outline invalidation triggers and metrics.

Output

  • Caching plan with risks and metrics.

Quality bar

  • Clarify stale data tolerances.
  • Include cache hit metrics to validate.
Install via CLI
npx skills add https://github.com/proflead/codex-skills-library --skill caching-strategy-helper
Repository Details
star Stars 109
call_split Forks 24
navigation Branch main
article Path SKILL.md
More from Creator