From gitchain-cloudflare
Manage GitChain edge cache — warm, purge, and inspect KV cache entries
How 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.
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 |
npx claudepluginhub c-0711/0711-tools --plugin gitchain-cloudflareAnalyzes cache strategies, invalidates patterns, and detects issues in Redis, Memcached, or in-memory caches. Guides TTL assessment, access pattern analysis, and anti-pattern detection.
Debug Vercel CDN caching: cache hit rate, stale content, revalidation behavior, ISR/PPR, and per-request cache reasons (cacheReason).
Analyzes GitHub Actions cache usage to detect bloat, stale caches, optimize keys, and compare across repos and orgs using gh CLI.