workflow-init

Validate package.json and detect frameworks before installing Vercel Workflow DevKit.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/oldwombat/nekrosol --skill workflow-init-oldwombat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-init
Source: https://github.com/oldwombat/nekrosol/tree/main/backend/.agents/skills/workflow-init
Command: npx skills add https://github.com/oldwombat/nekrosol --skill workflow-init-oldwombat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install and configure Vercel Workflow DevKit before it exists in node_modules, preventing delays when a user asks to "install workflow" or "init workflow" for their project.

Core Features & Use Cases

  • Sanity check: validates package.json to ensure workflow is not already installed.
  • Auto-detection: identifies the user's framework (Next.js, Nuxt, SvelteKit, Astro, NestJS, Nitro, Express, Fastify, Hono, Vite) from dependencies and project files.
  • Guided setup: fetches the official getting-started guide for the detected framework and walks the user through installation and initial configuration.

Quick Start

Fetch the official getting-started guide for your framework and complete the initial Workflow DevKit setup.

Frequently Asked Questions about workflow-init

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

FAQPage Schema
How do I install Vercel Workflow DevKit in my Next.js or Express project?

To install Vercel Workflow DevKit, the workflow-init process validates your package.json, auto-detects your framework, and fetches the official getting-started guide to walk you through the setup before files exist in node_modules.

What frameworks are supported for Vercel Workflow DevKit setup?

Vercel Workflow DevKit setup supports Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, and Vite, automatically identifying your specific framework from project dependencies and files.

Why does Vercel Workflow DevKit need to be configured before it exists in node_modules?

Configuring Vercel Workflow DevKit before it exists in node_modules prevents delays when you request installation or initialization, ensuring a seamless guided setup experience immediately after package detection.

How do I check if Vercel Workflow DevKit is already installed in my project?

You can check if Vercel Workflow DevKit is already installed by validating your package.json, which serves as a sanity check to ensure workflow dependencies are not redundantly added to your environment.

Can I use Vercel Workflow DevKit with a Vite or Astro application?

Yes, you can use Vercel Workflow DevKit with Vite or Astro applications, as the setup process auto-detects these frameworks and directs you to their corresponding official getting-started guides for installation.