Store key-value data globally with Cloudflare KVs edge network. Use when: caching API responses, storing configuration, managing user preferences, handling TTL expiration, or troubleshooting KV_ERROR, 429 rate limits, eventual consistency, or cacheTtl errors. kv_namespaces: [{ binding: MY_NAMESPACE, // Access as env.MY_NAMESPACE id: <production-uuid>, preview_id: <preview-uuid> // Optional: local dev }] await c.env.MY_NAMESPACE.put(c.req.param(key), await c.req.text()); return c.json({ success:
/plugin marketplace add jezweb/claude-skills/plugin install cloudflare-kv@jezweb/claude-skillsComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.