Skill

Durable Objects

Skill

Coordination, SQLite, and WebSockets — official.

Cloudflare’s Durable Objects skill. RPC, hibernation, the storage that is not KV.

spec·Apache-2.0·Updated this quarter·github.com/cloudflare/skills

Claude CodeCursorDesktop
Scanned
npx skills add cloudflare/durable-objects

By Cloudflare

Input

A coordination problem on Workers.

Output

A Durable Object design.

cf-durable-objects.skill/invoke

You say

A room with presence.

It returns

One DO per room. Hibernating WebSockets.

Prompt notebook

Prompts this skill is built for.

  • You say

    A room with presence.

    It returns

    One DO per room. Hibernating WebSockets.

  • You say

    Store the ledger.

    It returns

    DO SQLite. Not KV for this write pattern.

What it teaches

  1. 01RPC
  2. 02SQLite
  3. 03WebSockets