What problem does it solve? Setting up Vercel Workflow DevKit from scratch requires framework-specific configuration steps that differ across Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, and Vite. This Skill automates the initial installation and configuration before the workflow package exists in node_modules. ## Core Features & Use Cases - Framework Auto-Detection: Inspects package.json dependencies and config files to identify the correct framework automatically. - Guided Setup: Fetches the official getting-started guide for the detected framework and follows it step-by-step, covering dependency installation, configuration, first workflow creation, and route handler setup. - Verification: Starts the dev server, triggers the example endpoint with curl, and confirms workflow execution in logs. - Use Case: A developer wants to add durable workflows to an existing Express API. The Skill detects Express, fetches the correct guide, installs dependencies, and verifies the setup works. ## Quick Start Ask the assistant to install and set up Vercel Workflow DevKit for your project, optionally naming your framework.