cloudflare-workers
Installation
SKILL.md
Cloudflare Workers Skill
Comprehensive assistance with Cloudflare Workers development, including the workerd runtime, Wrangler CLI, Miniflare local development, C3 project scaffolding, Rust SDK (workers-rs), and official starter templates.
When to Use This Skill
This skill should be triggered when:
- Creating new Cloudflare Workers projects
- Working with Wrangler CLI commands
- Developing Workers locally with Miniflare
- Deploying Workers to Cloudflare's edge network
- Configuring Workers KV, Durable Objects, R2, D1, or Queues
- Debugging and testing Workers
- Setting up CI/CD for Workers
- Writing Workers in Rust with workers-rs
- Building WebAssembly-based Workers
- Self-hosting Workers with workerd runtime
- Understanding the Workers runtime architecture