workflow-init
Agent workflowsvercel/workflowskills.sh ↗
Installs
3,213
deduplicated, at the last sync
Since we started
+1.6%
28 readings, about 2 hours apart. Not a live curve.
Our category
Agent workflows
ours
Last read
Sep 3, 2026
from the directory
Our brief
oursThis skill helps users install and configure the Vercel Workflow SDK by fetching specific guides based on their framework. It verifies if the setup works correctly after configuration.
- Framework-specific guide fetched
- Dependency installation steps followed
- Dev server execution confirmed
- package.json file read for dependencies
- User's framework specification from prompt or detection
not detected
The evidence does not mention any paid services required.
not detected
The evidence contains no information about user registration needing anything specific.
This skill cannot perform actual installation of the Vercel Workflow SDK, only configure and verify setup. It is limited to predefined frameworks and may require user input if framework detection fails.
Evidenceskills/workflow-init/SKILL.md:1-75
--- name: workflow-init description: Install and configure Vercel Workflow SDK before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable workflows", "configure workflow sdk", or "init workflow" for Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, or Vite. metadata: author: Vercel Inc. version: '1.4' --- # workflow-init Initial setup of Vercel Workflow SDK **before** `workflow` is installed. Fetch the official getting-started guide for the user's framework. ## Decision flow ### 0) Sanity check Read `package.json`. If `workflow` is already a dependency, tell the user to use `/workflow` instead (it reads versioned docs from `node_modules/workflow/docs/`). Only continue if workflow is missing. ### 1) Determine the framework **Non-interactive:** If the user named a framework in their prompt, use it directly. **Auto-detect:** Inspect `package.json` deps and config files. Use the first match: 1. **Next.js** - `next` dep or `next.config.*` 2. **Nuxt** - `nuxt` dep or `nuxt.config.*` 3. **SvelteKit** - `@sveltejs/kit` dep or `svelte.config.*` 4. **Astro** - `astro` dep or `astro.config.*` 5. **NestJS** -
Read 1 of 1 text files in the skill.
Installfrom the directory
npx skills add https://github.com/vercel/workflowInstalling happens there, not here. We are an index with an opinion, not a mirror.
What is inside itfrom the directory
1 files — names only. The directory does not report sizes.
What the auditors foundfrom the directory
A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.
Installs, reading by readingours
Axis starts at 3.2k, not zero — the range is 3.2k to 3.2k.
Asked out loudspoken, not typed
The same skill in the words people use speaking to an assistant rather than typing into a box. Each one carries the situation it came from, and each answer says only what the skill's own files support.
It installs and configures Vercel Workflow SDK before it's in node_modules. Then, it verifies that setup works by checking logs.
The evidence does not show any paid services are involved with workflow-init.
It supports Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, and Vite based on detection.