·workers

Core Workers fundamentals including handlers, configuration, and Service Bindings. Load when creating new Workers, configuring wrangler.jsonc, implementing fetch/scheduled/queue handlers, using Service Bindings for RPC, generating types with wrangler types, or building microservices.

8Installs·1Trend·@null-shot

Installation

$npx skills add https://github.com/null-shot/cloudflare-skills --skill workers

How to Install workers

Quickly install workers AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/null-shot/cloudflare-skills --skill workers
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: null-shot/cloudflare-skills.

SKILL.md

View raw

Essential patterns for building Cloudflare Workers applications with TypeScript, proper configuration, and Service Bindings for microservices.

| Language | TypeScript by default | JavaScript only if explicitly requested | | Module Format | ES modules only | NEVER use Service Worker format | | Imports | Always import types/classes | Must import all used methods | | File Structure | Single file unless specified | Keep code in one file by default |

| Dependencies | Minimize external deps | Use official SDKs when available | | Native Bindings | Not supported | Avoid FFI/C bindings | | Types | Include TypeScript types | Define Env interface for bindings |

Core Workers fundamentals including handlers, configuration, and Service Bindings. Load when creating new Workers, configuring wrangler.jsonc, implementing fetch/scheduled/queue handlers, using Service Bindings for RPC, generating types with wrangler types, or building microservices. Source: null-shot/cloudflare-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/null-shot/cloudflare-skills --skill workers
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from null-shot/cloudflare-skills

Quick answers

What is workers?

Core Workers fundamentals including handlers, configuration, and Service Bindings. Load when creating new Workers, configuring wrangler.jsonc, implementing fetch/scheduled/queue handlers, using Service Bindings for RPC, generating types with wrangler types, or building microservices. Source: null-shot/cloudflare-skills.

How do I install workers?

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

Where is the source repository?

https://github.com/null-shot/cloudflare-skills