An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
Cloudflare Durable Objects
Summary
Create and review Cloudflare Durable Objects — single-instance coordination with SQLite storage, alarms, and WebSockets.
Features
- Stateful coordination patterns for rooms, games, and bookings
- RPC methods, SQLite storage, and alarms
- Review guidance for existing Durable Object code
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Durable Objects are the strangest and most powerful primitive on Cloudflare's platform, and the easiest to misuse. This official skill covers both writing them and reviewing them.
It addresses the cases they exist for — chat rooms, multiplayer games, booking systems, rate limiters, anything needing a single authoritative instance — and the mechanics: RPC method definitions, the SQLite storage API, alarms for scheduled work, WebSocket hibernation, and how objects are addressed and located.
The review guidance is the underrated part, since the common failure modes (unbounded object counts, storage misuse, missing hibernation) are invisible until they are expensive. Published by Cloudflare.
Related Skills
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.