Help us improve
Share bugs, ideas, or general feedback.
From gitchain-cloudflare
Manage GitChain edge cache — warm, purge, and inspect KV cache entries
npx claudepluginhub c-0711/0711-tools --plugin gitchain-cloudflareHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitchain-cloudflare:cacheThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the Cloudflare KV cache that powers GitChain's edge search.
Analyzes cache strategies, invalidates patterns, and detects issues in Redis, Memcached, or in-memory caches. Guides TTL assessment, access pattern analysis, and anti-pattern detection.
Analyzes GitHub Actions cache usage to detect bloat, stale caches, optimize keys, and compare across repos and orgs using gh CLI.
Analyzes and optimizes caching strategies for Redis, Memcached, and in-memory caches by tuning hit rates, TTLs, key design, and invalidation policies. Use for performance bottlenecks.
Share bugs, ideas, or general feedback.
Manage the Cloudflare KV cache that powers GitChain's edge search.
$ARGUMENTS for action:
warm [namespace] — Pre-populate cache with all products from a namespacepurge [pattern] — Clear cache entries matching patternstats — Show cache hit/miss rates and entry countsinspect [key] — Show cached value for a specific keyFor warm bosch:
search({namespace: "bosch", limit: 100}) — paginate through allget({id}) → extract key fields → write to KVproduct:{namespace}:{identifier}# Cache Operation: [action]
## Results
| Metric | Value |
|--------|-------|
| Entries written | X |
| Entries purged | X |
| Total cache size | X entries |
| Estimated KV cost | $X/month |
## Cache Contents by Namespace
| Namespace | Entries | Avg Size | TTL |
|-----------|---------|----------|-----|
| bosch | X | X KB | 24h |
| lightnet | X | X KB | 24h |