·cloudflare-workers
</>

cloudflare-workers

itechmeat/llm-code

Build serverless applications on Cloudflare Workers. Covers runtime APIs, handlers (fetch, scheduled, queue, email), bindings (KV, R2, D1, Durable Objects, Queues, AI, Vectorize), wrangler.toml configuration, local development with Miniflare, static assets, compatibility flags, testing with Vitest. Keywords: Cloudflare Workers, serverless, edge computing, Wrangler, fetch handler, scheduled handler, bindings, KV, R2, D1, Durable Objects, Workers AI, Miniflare, wrangler.toml, compatibility_date.

9Installs·1Trend·@itechmeat

Installation

$npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-workers

SKILL.md

Serverless platform for building applications across Cloudflare's global network.

| fetch | HTTP request | APIs, websites | | scheduled | Cron trigger | Background jobs | | queue | Queue message | Async processing | | email | Email received | Email routing |

| KV | KVNamespace | ✅ Simulated | | R2 | R2Bucket | ✅ Simulated | | D1 | D1Database | ✅ Simulated | | Durable Objects | DurableObjectNamespace | ✅ Simulated | | Queues | Queue | ✅ Simulated | | Workers AI | Ai | ❌ Remote only | | Vectorize | VectorizeIndex | ❌ Remote only | | Browser Rendering | Fetcher | ❌ Remote only |

Build serverless applications on Cloudflare Workers. Covers runtime APIs, handlers (fetch, scheduled, queue, email), bindings (KV, R2, D1, Durable Objects, Queues, AI, Vectorize), wrangler.toml configuration, local development with Miniflare, static assets, compatibility flags, testing with Vitest. Keywords: Cloudflare Workers, serverless, edge computing, Wrangler, fetch handler, scheduled handler, bindings, KV, R2, D1, Durable Objects, Workers AI, Miniflare, wrangler.toml, compatibility_date. Source: itechmeat/llm-code.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-workers
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is cloudflare-workers?

Build serverless applications on Cloudflare Workers. Covers runtime APIs, handlers (fetch, scheduled, queue, email), bindings (KV, R2, D1, Durable Objects, Queues, AI, Vectorize), wrangler.toml configuration, local development with Miniflare, static assets, compatibility flags, testing with Vitest. Keywords: Cloudflare Workers, serverless, edge computing, Wrangler, fetch handler, scheduled handler, bindings, KV, R2, D1, Durable Objects, Workers AI, Miniflare, wrangler.toml, compatibility_date. Source: itechmeat/llm-code.

How do I install cloudflare-workers?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-workers Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/itechmeat/llm-code