Files
gh-jeremylongshore-claude-c…/skills/cache-performance-optimizer/scripts/README.md
2025-11-30 08:20:48 +08:00

446 B

Scripts

Bundled resources for cache-performance-optimizer skill

  • analyze_cache_hit_rate.py - Analyzes cache hit rates from logs or metrics endpoints.
  • optimize_ttl.py - Suggests optimal TTL values based on data access patterns.
  • validate_cache_key_design.py - Validates cache key design against best practices.
  • generate_cache_invalidation_strategy.py - Generates cache invalidation strategies based on data dependencies.