workflow-init

Install and configure the Vercel Workflow SDK before node_modules contains it.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/remiconnesson/nuxt-minimal-starter-v0-template --skill workflow-init-remiconnesson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-init
Source: https://github.com/remiconnesson/nuxt-minimal-starter-v0-template/tree/main/.agents/skills/workflow-init
Command: npx skills add https://github.com/remiconnesson/nuxt-minimal-starter-v0-template --skill workflow-init-remiconnesson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install and configure the Vercel Workflow SDK before it exists in node_modules to ensure you can access the official getting-started guide and start integrating workflows without delay.

Core Features & Use Cases

  • Sanity checks: Verifies that workflow is not already installed and prompts to use the /workflow flow if it is.
  • Framework auto-detection: Inspects package.json and config files to identify Next.js, Nuxt, SvelteKit, Astro, Express, Hono, Fastify, NestJS, Nitro, or Vite projects.
  • Getting-started guidance: Fetches exactly one official getting-started guide and provides step-by-step setup instructions.
  • Verification & onboarding: After setup, starts the dev server and guides you to verify the workflow execution.

Quick Start

Run this pre-install step to prepare the Vercel Workflow SDK and fetch the appropriate getting-started guide for your framework.

Frequently Asked Questions about workflow-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the Vercel Workflow SDK before it exists in node_modules?

This pre-install step prepares the Vercel Workflow SDK by verifying it is not already installed, detecting your framework from package.json or config files, and fetching the appropriate official getting-started guide for immediate setup.

Does the Vercel Workflow SDK getting-started guide support SvelteKit and Astro projects?

Yes, the Vercel Workflow SDK setup supports SvelteKit and Astro projects. Framework auto-detection inspects package.json and config files to identify Next.js, Nuxt, SvelteKit, Astro, Express, Hono, Fastify, NestJS, Nitro, and Vite projects before fetching a matching guide.

What is the best way to configure Vercel Workflow SDK for a specific framework?

The best way to configure the Vercel Workflow SDK is to run this pre-install setup. It auto-detects your framework from dependencies, fetches exactly one official getting-started guide, and provides step-by-step setup instructions tailored to your environment.

How do I verify that my Vercel Workflow SDK setup is working correctly?

To verify your Vercel Workflow SDK setup is working, this skill starts your dev server after configuration and guides you through verifying workflow execution. Ensure the workflow runs as described and report any issues encountered for debugging.

Why does the Vercel Workflow SDK setup prompt me to use the /workflow flow?

The Vercel Workflow SDK setup prompts you to use the /workflow flow if a sanity check detects that the workflow package is already installed in your node_modules, preventing duplicate installations and guiding you to the correct setup flow.

Can I use the Vercel Workflow SDK pre-install step if my framework is not auto-detected?

If your framework is not auto-detected from dependencies or config files, the Vercel Workflow SDK pre-install step prompts you to identify it manually. This ensures it can still fetch the appropriate official getting-started guide for your setup.