Build stateful Durable Objects for real-time apps, WebSocket servers, coordination, and persistent state. Use when: implementing chat rooms, multiplayer games, rate limiting, session management, WebSocket hibernation, or troubleshooting class export, migration, WebSocket state loss, or binding errors. async increment(): Promise<number> { let value = (await this.ctx.storage.get<number>(value)) || 0; await this.ctx.storage.put(value, ++value); return value; } durable_objects: { bindings: [{ name:
/plugin marketplace add jezweb/claude-skills/plugin install jezweb-cloudflare-durable-objects-skills-cloudflare-durable-objects@jezweb/claude-skillsEasily create hooks to prevent unwanted behaviors by analyzing conversation patterns
Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.
Frontend design skill for UI/UX implementation
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)