Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:48 +08:00
commit a7b17b6089
8 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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.