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 jezweb-cloudflare-kv-skills-cloudflare-kv@jezweb/claude-skillsWarn about potential security issues when editing files - targets command injection, XSS vulnerabilities, and dangerous coding patterns
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Claude Agent SDK Development Plugin
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.