What problem does it solve? Building stateful AI agents on Cloudflare Workers requires coordinating Durable Objects, WebSocket routing, scheduling, MCP integration, and streaming chat, and outdated knowledge of the fast-moving Agents SDK leads to broken implementations. ## Core Features & Use Cases - Agent Development Guidance: Covers the Agent class, state persistence, callable RPC methods, routing, scheduling, workflows, durable execution, queues, and retries with correct wrangler configuration. - Chat & Integrations: Provides patterns for AIChatAgent streaming chat, React client hooks, MCP client/server, email handling, webhooks, push notifications, and experimental voice, browser, and Think capabilities. - Use Case: You need to add a streaming chat agent with scheduled reminders to an existing Workers app. The Skill directs you to the right configuration, code patterns, and current documentation while flagging common pitfalls like enabling experimentalDecorators. ## Quick Start Ask the agent to scaffold a Cloudflare Agents SDK chat agent with wrangler configuration and a React client using the agents package.