Skip to main content
Back to registry

durable-objects

cloudflare/skills

Build stateful, coordinated applications on Cloudflare's edge using Durable Objects.

Installs2
Install command
npx skills add https://github.com/cloudflare/skills --skill durable-objects
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Build stateful, coordinated applications on Cloudflare's edge using Durable Objects. Your knowledge of Durable Objects APIs and configuration may be outdated. Prefer retrieval over pre-training for any Durable Objects task. Fetch the relevant doc page when implementing features. Search: blockConcurrencyWhile , idFromName , getByName , setAlarm , sql.exec - Creating new Durable Object classes for stateful coordination - Implementing RPC methods, alarms, or WebSocket handlers - Reviewing existing DO code for best practices - Configuring wrangler.jsonc/toml for DO bindings and migrations - Writing tests with @cloudflare/vitest-pool-workers - Designing sharding strategies and parent-child relationships - ./references/rules.md - Core rules, storage, concurrency, RPC, alarms - ./references/testing.md - Vitest setup, unit/integration tests, alarm testing - ./references/workers.md - Workers handlers, types, wrangler config, observability - Stateless request handling (use plain Workers) - Maximum global distribution needs - High fan-out independent requests - Model around coordination atoms - One DO per chat room/game/user, not one global DO - Use getByName() for deterministic routing - Same input = same DO instance - Use SQLite storage - Configure new_sqlite_classes in migrations - Initialize in constructor - Use blockConcurrencyWhile() for schema setup only - Use RPC methods - Not...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does durable-objects do?

Build stateful, coordinated applications on Cloudflare's edge using Durable Objects.

Is durable-objects good?

durable-objects does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does durable-objects work with?

durable-objects currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to durable-objects?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install durable-objects?

npx skills add https://github.com/cloudflare/skills --skill durable-objects

Related skills

More from cloudflare/skills

Related skills

Alternatives in Software Engineering