durable-objects
π―Skillfrom cloudflare/skills
Guides AI agents through implementing Cloudflare Durable Objects for stateful, globally distributed applications on Cloudflare Workers.
Overview
An official Cloudflare agent skill that provides expert guidance on Durable Objects for stateful coordination in Workers applications. It covers building chat rooms, games, booking systems, and other stateful workloads using RPC, SQLite, alarms, and WebSockets within the Cloudflare Developer Platform.
Key Features
- Stateful Coordination Patterns - Guidance for building chat rooms, real-time games, booking systems, and other use cases requiring persistent server-side state
- Multi-Agent Compatibility - Works with Claude Code, OpenCode, OpenAI Codex, Pi, and Cursor through the Agent Skills standard
- Integrated Ecosystem - Part of a comprehensive Cloudflare skills collection that includes Workers, Agents SDK, KV, D1, R2, Wrangler, and web performance skills
- Build Commands - Includes slash commands like
/cloudflare:build-agentand/cloudflare:build-mcpfor scaffolding agents and MCP servers on Cloudflare - Multiple Installation Methods - Install via Claude Code plugin marketplace, Cursor, npx skills CLI, or manual clone/copy
Who is this for?
This skill is designed for developers building stateful applications on Cloudflare Workers who need coordinated, persistent processes beyond simple request-response patterns. It is especially valuable for teams building real-time features like chat, multiplayer games, or collaborative tools that require WebSockets, SQLite storage, and alarm scheduling within Durable Objects.
Same repository
cloudflare/skills(9 items)
Installation
npx vibeindex add cloudflare/skills --skill durable-objectsnpx skills add cloudflare/skills --skill durable-objects~/.claude/skills/durable-objects/SKILL.mdSKILL.md
More from this repository8
Skill for developing and deploying Cloudflare Workers, with wrangler CLI guidance, TypeScript support, and environment configuration.
Enables comprehensive Cloudflare platform development across serverless code, storage, AI, networking, and security with edge-native capabilities.
Official Cloudflare agent skills for building on Workers, the Agents SDK, and the wider Cloudflare Developer Platform, compatible with Claude Code, OpenCode, Codex, and Pi.
Reviews and authors Cloudflare Workers code against production best practices, covering streaming, floating promises, global state, secrets, bindings, and observability with retrieval-first approach from Cloudflare docs.
Skill for building stateful AI agents on Cloudflare Workers using the Agents SDK, covering state management, durable workflows, real-time WebSocket apps, scheduled tasks, and MCP servers
Guides building and deploying AI agents on Cloudflare Workers using the Agents SDK and Cloudflare Developer Platform
Skill for building production-ready remote MCP servers on Cloudflare Workers with tools, OAuth authentication, and deployment configuration
Build sandboxed applications for secure code execution on Cloudflare Workers, covering Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs for AI code execution and CI/CD systems.