vercelvercelOfficialยท2 Agent Skills Included

workflow

Build durable, resumable workflows for JavaScript and TypeScript apps

Builds long-running workflows that survive restarts, retry failed steps, and pause for external events. Migrates existing Temporal, Inngest, Trigger.dev, and AWS Step Functions code to the Workflow SDK automatically. Upgrades apps and custom storage backends from v4 to v5 without breaking running jobs. Eliminates manual state tracking, queue plumbing, and fragile retry logic.
npx skills add vercel/workflow --all -g -y
Available:

Gives the AI agent the repository architecture, build and test commands, and safety rules it needs to work on the Workflow SDK codebase correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Workflow SDK skills?โ–ผ

Run `npx skills add vercel/workflow --all -g -y` in your terminal to install all skills in this suite globally.

What does the Vercel Workflow SDK do?โ–ผ

It makes JavaScript and TypeScript functions durable, so long-running workflows persist progress, retry failed steps, and resume after crashes or deploys without extra infrastructure code.

How to migrate from Temporal or Inngest to Workflow SDK?โ–ผ

The migrating-to-workflow-sdk skill converts Temporal, Inngest, Trigger.dev, and AWS Step Functions code into Workflow SDK patterns, mapping signals, waits, and retries to hooks, webhooks, and sleep.

Which frameworks does Workflow SDK support?โ–ผ

It works with Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, and Vite, and the workflow-init skill sets up the right one automatically.

Can I self-host Workflow SDK without Vercel?โ–ผ

Yes. Local development uses a bundled filesystem backend, and you can self-host with the Postgres backend or a custom World implementation.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’