← ClaudeAtlas

agents-sdklisted

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.
shobcoder/shob · ★ 224 · AI & Automation · score 78
Install: claude install-skill shobcoder/shob
# Cloudflare Agents SDK **STOP.** Your knowledge of the Agents SDK may be outdated. Prefer retrieval over pre-training for any Agents SDK task. ## Documentation Fetch current docs from `https://github.com/cloudflare/agents/tree/main/docs` before implementing. | Topic | Doc | Use for | | ------------------- | ----------------------------- | ---------------------------------------------- | | Getting started | `docs/getting-started.md` | First agent, project setup | | State | `docs/state.md` | `setState`, `validateStateChange`, persistence | | Routing | `docs/routing.md` | URL patterns, `routeAgentRequest`, `basePath` | | Callable methods | `docs/callable-methods.md` | `@callable`, RPC, streaming, timeouts | | Scheduling | `docs/scheduling.md` | `schedule()`, `scheduleEvery()`, cron | | Workflows | `docs/workflows.md` | `AgentWorkflow`, durable multi-step tasks | | HTTP/WebSockets | `docs/http-websockets.md` | Lifecycle hooks, hibernation | | Email | `docs/email.md` | Email routing, secure reply resolver | | MCP client | `docs/mcp-client.md` | Connecting to MCP servers | | MCP server | `docs/mcp-servers.md` | Building MCP servers with