Skill

Workflow

Skill

Durable functions with steps you can replay.

Official Vercel Workflow skill. Retries, steps, the orchestration that survives a crash.

spec·Apache-2.0·Updated this quarter·github.com/vercel/workflow

Claude CodeCursorDesktop
Scanned
npx skills add vercel/workflow/workflow

By Vercel

Input

A long-running job.

Output

A workflow with named steps.

workflow-skill.skill/invoke

You say

Charge, then provision, then email.

It returns

Three steps. Retry on the charge only.

Prompt notebook

Prompts this skill is built for.

  • You say

    Charge, then provision, then email.

    It returns

    Three steps. Retry on the charge only.

  • You say

    What happens if the process dies?

    It returns

    The step cursor is stored. It resumes.

What it teaches

  1. 01Steps
  2. 02Retries
  3. 03Durable