cloudflare-workflows

Complete knowledge domain for Cloudflare Workflows - durable execution frameworkfor building multi-step applications on Workers that automatically retry, persiststate, and run for hours or days.Use when: creating long-running workflows, implementing retry logic, buildingevent-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

$ インストール

git clone https://github.com/jackspace/ClaudeSkillz /tmp/ClaudeSkillz && cp -r /tmp/ClaudeSkillz/skills/cloudflare-workflows ~/.claude/skills/ClaudeSkillz

// tip: Run this command in your terminal to install the skill