What problem does it solve? The Cloudflare Agents SDK evolves quickly, so pre-trained knowledge of its APIs is often outdated or wrong. This Skill grounds every Agents SDK task in current official documentation, preventing broken code from deprecated patterns, misconfigured Durable Object bindings, and incorrect migration steps. ## Core Features & Use Cases - Retrieval-first guidance: Maps 30+ topics (state, scheduling, callable RPC, workflows, MCP, email, voice) to the exact Cloudflare docs page to consult before writing code. - Configuration guardrails: Provides correct wrangler.jsonc patterns and flags common pitfalls such as enabling experimentalDecorators or editing old migrations. - In-depth references: Ships 17 reference files covering chat agents, streaming, human-in-the-loop approvals, durable execution, queues, retries, webhooks, and experimental features like Think, Voice, and Codemode. - Use Case: When asked to add a streaming chat agent with tool approvals to an existing Workers project, the Skill directs you to the current AIChatAgent and human-in-the-loop docs, then supplies verified wrangler config and client hook patterns. ## Quick Start Ask the assistant to build a Cloudflare agent with persistent state and a callable RPC method, and it will fetch the current docs before writing the code.