What problem does it solve?
This Skill helps you design, debug, and ship Cloudflare Workers apps built with the Agents SDK, especially when you need persistent state, real-time client connections, and durable background execution.
Core Features & Use Cases
- Agent Architecture: Build stateful agents with lifecycle hooks, SQLite-backed state, routing, and validation.
- Real-Time Interaction: Add WebSocket RPC, streaming chat, resumable responses, and React client hooks.
- Durable Automation: Coordinate schedules, queues, retries, workflows, and fiber-based long-running tasks.
- Integrations: Work with MCP servers, email, webhooks, push notifications, voice, browser automation, and observability.
- Use Case: Use it to create a customer-support chat agent that remembers state, triggers scheduled follow-ups, calls tools securely, and survives interruptions.
Quick Start
Ask the assistant to help you build or debug a Cloudflare Agents SDK project, and provide the agent type, desired behavior, and any Wrangler or React context you already have.