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 -y skills add vercel/vercel-plugin --skill workflow --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template