cloudflare-workers

Solid

Rapid development with Cloudflare Workers - build and deploy serverless applications on Cloudflare's global network. Use when building APIs, full-stack web apps, edge functions, background jobs, or real-time applications. Triggers on phrases like "cloudflare workers", "wrangler", "edge computing", "serverless cloudflare", "workers bindings", or files like wrangler.toml, worker.ts, worker.js.

DevOps & Infrastructure 31 stars 2 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Cloudflare Workers ## Overview Cloudflare Workers is a serverless execution environment that runs JavaScript, TypeScript, Python, and Rust code on Cloudflare's global network. Workers execute in milliseconds, scale automatically, and integrate with Cloudflare's storage and compute products through bindings. **Key Benefits:** - **Zero cold starts** - Workers run in V8 isolates, not containers - **Global deployment** - Code runs in 300+ cities worldwide - **Rich ecosystem** - Bindings to D1, KV, R2, Durable Objects, Queues, Containers, Workflows, and more - **Full-stack capable** - Build APIs and serve static assets in one project - **Standards-based** - Uses Web APIs (fetch, crypto, streams, WebSockets) ## When to Use This Skill Use Cloudflare Workers for: - **APIs and backends** - RESTful APIs, GraphQL, tRPC, WebSocket servers - **Full-stack applications** - React, Next.js, Remix, Astro, Vue, Svelte with static assets - **Edge middleware** - Authentication, rate limiting, A/B testing, routing - **Background processing** - Scheduled jobs (cron), queue consumers, webhooks - **Data transformation** - ETL pipelines, real-time data processing - **AI applications** - RAG systems, chatbots, image generation with Workers AI - **Durable workflows** - Multi-step long-running tasks with automatic retries (Workflows) - **Container workloads** - Run Docker containers alongside Workers (Containers) - **MCP servers** - Host remote Model Context Protocol servers - **Proxy and gateway...

Details

Author
tenequm
Repository
tenequm/skills
Created
8 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

cloudflare

Build and deploy on Cloudflare's edge platform. Use when creating Workers, Pages, D1 databases, R2 storage, AI inference, or KV storage. Triggers on Cloudflare, Workers, Cloudflare Pages, D1, R2, KV, Cloudflare AI, Durable Objects, edge computing.

2 Updated today
Makiya1202
DevOps & Infrastructure Listed

cloud-architecture-cloudflare

Cloudflare edge/serverless architecture knowledge — compute (Workers isolates/Containers, smart placement), Pages, storage (R2/D1/KV/Durable Objects/Vectorize), messaging (Queues), AI (Workers AI/AI Gateway), and origin pooling (Hyperdrive/Cache API). CPU-time and subrequest limits, consistency tradeoffs, failure modes, and request+CPU pricing gotchas (no R2 egress). Activate when the active cloud is Cloudflare and the work involves designing, scaling, costing, or diagnosing Cloudflare architecture (Workers CPU limits, D1 write limits, KV eventual consistency, Durable Object single-threading, R2 egress savings, subrequest caps).

1 Updated yesterday
eric-sabe
DevOps & Infrastructure Listed

cloudflare-workers

Authors and reviews Cloudflare Workers projects — wrangler config (toml/jsonc), bindings (KV, R2, D1, Queues, Durable Objects, service bindings, Vectorize, Workers AI), env-scoped vs root config and the non-inheritable bindings trap, Durable Object migrations (renames, SQLite backend), compatibility_date semantics, static assets and Pages migration, secrets vs vars, cron triggers, observability, and deploy/CI patterns with `cloudflare/wrangler-action`. Use when working with Cloudflare Workers, wrangler.toml/wrangler.jsonc, Workers bindings, Durable Objects, Workers KV/R2/D1/Queues, Workers Static Assets, migrating from Pages to Workers, service bindings or WorkerEntrypoint RPC, or deploying Workers from CI.

1 Updated 1 weeks ago
Goodsmileduck