If you're building anything that needs to survive crashes, page reloads, or network drops, this is the skill you want active. It covers Vercel's Workflow DevKit for step-based execution with automatic retries, pause/resume capability, and crash-safe orchestration. Think multi-step pipelines, human-in-the-loop approvals, or long-running agent tasks that can't afford to lose state. The pattern matching is aggressive, catching everything from "survive page reload" to "wait for approval" to debugging stuck workflows. It's tuned for both the direct "use workflow" prompts and the natural product language like "multi-step pipeline" or "retry on failure" that you'd actually type when describing what you need.
npx skills add https://github.com/vercel/vercel-plugin --skill workflow