This is a production-ready skill for working with Cloudflare's Workers KV, their edge-based key-value storage. You'd reach for this when building serverless apps that need fast global data access without spinning up a traditional database. The August 2025 redesign brought serious performance gains (40x faster, sub-5ms p99 latency) and hybrid storage with R2, which matters if you're handling real traffic. Cloudflare also bumped namespace limits to 1,000 and added bulk reads that let you grab up to 100 keys in a single operation. It's passed most security audits and has 362 installs, so people are actually using it. Solid choice if you're already in the Cloudflare Workers ecosystem.
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-kv