cloudflare-workflows
Complete knowledge domain for Cloudflare Workflows - durable execution framework for building multi-step applications on Workers that automatically retry, persist state, and run for hours or days. Use when: creating long-running workflows, implementing retry logic, building event-driven processes, scheduling multi-step tasks, coordinating between APIs, or encountering "NonRetryableError", "I/O context", "workflow execution failed", "serialization error", or "WorkflowEvent not found" errors. Keywords: cloudflare workflows, workflows workers, durable execution, workflow step, WorkflowEntrypoint, step.do, step.sleep, workflow retries, NonRetryableError, workflow state, wrangler workflows, workflow events, long-running tasks, step.sleepUntil, step.waitForEvent, workflow bindings
适合你,如果需要在 Workers 上编排长时间运行的多步骤任务
npx oh-my-skill add jackspace/claudeskillz/cloudflare-workflowscurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- jackspace/claudeskillz/cloudflare-workflowsnpx oh-my-skill verify jackspace/claudeskillz/cloudflare-workflows