cloudflare-skills

Develop and deploy applications on Cloudflare's edge platform using Workers, KV, R2, D1, Vectorize, Queues, and Wrangler CLI.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/allanninal/claude-code-skills --skill cloudflare-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-skills
Source: https://github.com/allanninal/claude-code-skills/tree/main/skills/cloudflare-skills
Command: npx skills add https://github.com/allanninal/claude-code-skills --skill cloudflare-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development and deployment of applications on Cloudflare's global edge network, simplifying complex edge computing tasks.

Core Features & Use Cases

  • Worker Development: Create serverless functions that run at the edge.
  • Data Storage: Utilize KV, R2, and D1 for persistent and distributed data.
  • Real-time Communication: Implement with Durable Objects and Queues.
  • Use Case: Deploy a high-performance API that leverages Cloudflare Workers for low-latency responses, KV for caching, and D1 for a global database.

Quick Start

Use the cloudflare-skills to deploy a new worker project named 'my-edge-app'.

Frequently Asked Questions about cloudflare-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and deploy serverless APIs on Cloudflare's edge network?

To build and deploy serverless APIs on Cloudflare's edge network, use this Skill to scaffold Workers functions, configure Wrangler CLI, and publish low-latency endpoints globally.

Can I use Durable Objects and Queues for real-time coordination in Workers?

Yes, you can use Durable Objects and Queues within your Workers application to manage stateful coordination and real-time communication across Cloudflare's edge network.

What's the best way to manage distributed data with KV, R2, and D1?

The best way to manage distributed data with KV, R2, and D1 is to use this Skill's references to map caching, object storage, and global database persistence within your edge architecture.

Does this support integrating Cloudflare AI services for embeddings and generative tasks?

Yes, this supports integrating Cloudflare AI services directly into your edge functions to handle generative tasks and generate vector embeddings for AI agents.

Do I need the Wrangler CLI to develop edge-first applications with Vectorize?

Yes, you need the Wrangler CLI to develop, test, and deploy edge-first applications using Vectorize, as it handles the local development and global deployment lifecycle.