🎯

durable-objects

🎯Skill

from cloudflare/skills

VibeIndex|
What it does
|

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-agent and /cloudflare:build-mcp for 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)

durable-objects

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add cloudflare/skills --skill durable-objects
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add cloudflare/skills --skill durable-objects
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/durable-objects/SKILL.md

SKILL.md

1,957Installs
219
-
Last UpdatedJan 28, 2026

More from this repository8

🎯
wrangler🎯Skill

Skill for developing and deploying Cloudflare Workers, with wrangler CLI guidance, TypeScript support, and environment configuration.

🎯
cloudflare🎯Skill

Enables comprehensive Cloudflare platform development across serverless code, storage, AI, networking, and security with edge-native capabilities.

🎯
web-perf🎯Skill

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.

🎯
workers-best-practices🎯Skill

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.

🎯
agents-sdk🎯Skill

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

🎯
building-ai-agent-on-cloudflare🎯Skill

Guides building and deploying AI agents on Cloudflare Workers using the Agents SDK and Cloudflare Developer Platform

🎯
building-mcp-server-on-cloudflare🎯Skill

Skill for building production-ready remote MCP servers on Cloudflare Workers with tools, OAuth authentication, and deployment configuration

🎯
sandbox-sdk🎯Skill

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.