caching-strategies

caching-strategies is a plugin for Claude Code from curiositech/some_claude_skills. Its manifest loads nothing; the 1 skill it bundles cost 137 tokens per session together, scanned A, original, MIT.

A guide to storing frequently requested web data in several layers, such as a browser, a content delivery network, or Redis. It covers cache-aside, write-through, and write-behind designs, where data is read or written through different cache strategies.

In plain words
What is it for?
Use it to design cache invalidation and time-to-live rules, configure browser or CDN caching, and implement Redis caching patterns.
Why use it?
It helps prevent slow responses, stale data, cache stampedes, and unclear rules for when cached data should expire or be replaced.

Plugin for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to design cache invalidation and time-to-live rules, configure browser or CDN caching, and implement Redis caching patterns.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add curiositech/some_claude_skills/plugin install caching-strategies
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/curiositech/some_claude_skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for caching-strategies

README.md
[![agentmods](https://agentmods.dev/badge/plugins/curiositech/some_claude_skills/caching-strategies.svg)](https://agentmods.dev/plugins/curiositech/some_claude_skills/caching-strategies)
Your own site
<a href="https://agentmods.dev/plugins/curiositech/some_claude_skills/caching-strategies"><img src="https://agentmods.dev/badge/plugins/curiositech/some_claude_skills/caching-strategies.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 1 skill cost 137 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

caching-strategies scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/caching-strategies/.claude-plugin/plugin.json · 5 lines

What it actually says

{
  "name": "caching-strategies",
  "description": "Design multi-tier caching architectures for web applications \u2014 cache-aside vs write-through vs write-behind, TTL design, cache invalidation, Redis patterns, CDN configuration, browser caching, and stampede prevention. Use when choosing a caching pattern, designing cache invalidation strategies, implementing Redis caching, configuring Cache-Control headers, or preventing cache stampedes. Activate on \"cache invalidation\", \"cache-aside\", \"write-through\", \"TTL\", \"Redis cache\", \"CDN caching\", \"cache stampede\", \"stale data\", \"browser cache\". NOT for database query caching within an ORM, memoization of pure functions, or CPU-level caching."
}
Contents

What it installs

The manifest is a name and a version. 1 skill travel with it, and installing the plugin installs all of them — 137 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 5 lines scan A b694dfeda35d

Subscribe to this mod's changes

caching-strategies is a plugin published in the GitHub repository curiositech/some_claude_skills (214 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.