caching

Installation
SKILL.md

Caching

Overview

Cache aggressively, but always have an invalidation strategy.

Caching improves performance dramatically, but stale data causes bugs. Every cache needs a plan for freshness.

When to Use

  • Same data fetched repeatedly
  • Expensive computations
  • Slow database queries
  • External API rate limits
  • Asked to "just add caching"

The Iron Rule

Installs
33
GitHub Stars
12
First Seen
Jan 22, 2026
caching — yanko-belov/code-craft