概要
This skill equips Claude with specialized knowledge for architecting and deploying applications on the Cloudflare Workers platform. It provides production-ready implementation patterns for core Cloudflare services including R2 storage, Hyperdrive for database pooling, KV namespaces for global caching, and Durable Objects for stateful WebSocket connections. By following these domain-specific best practices, developers can avoid common edge-computing pitfalls like connection exhaustion and high CPU execution time while ensuring their applications are globally distributed and performant.