plugins marketplace
← All plugins

cache-performance-optimizer

v1.19.0

Optimize caching strategies for improved performance

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/cache-performance-optimizer/ inside the repository.

Layout

plugins/performance/cache-performance-optimizer/
├── .claude-plugin/plugin.json
└── skills/optimizing-cache-performance/SKILL.md

Skills1

optimizing-cache-performanceskills/optimizing-cache-performance/SKILL.md

Execute this skill enables AI assistant to analyze and improve application caching strategies. it optimizes cache hit rates, ttl configurations, cache key design, and invalidation strategies. use this skill when the user requests to "optimize cache performance"... Use when optimizing performance. Trigger with phrases like 'optimize', 'performance', or 'speed up'.

Manifests1

plugins/performance/cache-performance-optimizer/.claude-plugin/plugin.json
{
  "name": "cache-performance-optimizer",
  "version": "1.19.0",
  "description": "Optimize caching strategies for improved performance",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "cache",
    "performance",
    "optimization",
    "redis",
    "agent-skills"
  ]
}