What problem does it solve? Building stateful, real-time agents on Cloudflare Workers requires correct Durable Object bindings, migrations, routing, and SDK APIs that change frequently; this Skill grounds every answer in current Cloudflare Agents SDK documentation instead of outdated training knowledge. ## Core Features & Use Cases - Retrieval-first guidance: Maps every Agents SDK topic (state, scheduling, callable RPC, workflows, MCP, email, chat streaming) to the current official documentation URL. - Working code patterns: Provides verified snippets for wrangler.jsonc configuration, Agent class definitions, routing, React client hooks, and common gotchas like avoiding experimentalDecorators. - Deep reference library: Ships 19 reference files covering chat agents, durable execution, queues and retries, human-in-the-loop approvals, voice, browser tools, and observability. - Use Case: You are adding a streaming chat agent to an existing Workers app; the Skill walks you through installing agents and @cloudflare/ai-chat, configuring the Durable Object binding and sqlite migration, and wiring useAgentChat on the client. ## Quick Start Ask the agent to scaffold a Cloudflare Agents SDK chat agent with wrangler configuration, routing, and a React client using the agents package.