caching-patterns

Installation
SKILL.md

Caching Patterns Skill

When to Activate

  • Database queries are slow or overloaded
  • External API calls need to be rate-limited or throttled
  • High read:write ratio on any data
  • Static or semi-static content being served dynamically
  • Setting up CDN or HTTP caching headers
  • Cache invalidation bugs causing stale data

Pattern Selection

Installs
2
GitHub Stars
14
First Seen
Apr 7, 2026
caching-patterns — marvinrichter/clarc