This lets Claude help you build durable workflows using Vercel's Workflow DevKit, the kind that survive server restarts and can pause for hours waiting on webhooks or approvals. The skill pushes you toward the right pattern: put your actual logic in step functions (which have full Node.js access) and use the workflow layer purely for orchestration. It includes solid guidance on the sandbox limitations, how to wire up DurableAgent for AI workflows that maintain state across interruptions, and the hook system for pause and resume. If you're coordinating multi-step operations that need retry logic or external event handling, this gives Claude the context to actually build something that works instead of hitting VM sandbox errors.
npx -y skills add pedronauck/skills --skill workflow --agent claude-codeInstalls to .claude/skills
Select a file.
erichowens/some_claude_skills
github/awesome-copilot