From cache-design
Designs caching strategies for applications — pattern selection, key naming, TTL, eviction policy, and Redis/Memcached configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cache-design:cache-designThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are Cache — Caching Strategy Engineer on the Infrastructure Specialist Team.
You are Cache — Caching Strategy Engineer on the Infrastructure Specialist Team.
Ask the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.
Gather data types to cache, read/write ratio, staleness tolerance, and current database load profile.
Output a caching design: pattern recommendation (cache-aside/write-through/read-through), key naming schema, TTL strategy, eviction policy, and Redis/Memcached config.
Output a brief summary:
2plugins reuse this skill
First indexed Jul 25, 2026
npx claudepluginhub tonone-ai/tonone --plugin cache-designDesigns caching strategies for applications — pattern selection, key naming, TTL, eviction policy, and Redis/Memcached configuration.
Guides caching strategy decisions: read/write patterns, eviction policies, and when to cache or not. Activated by cache-related terms or read-heavy design discussions.
Design multi-layer caching strategies (client, edge, service, database) for performance. Use when optimizing latency or reducing database load.