From 6bba53faf08bbf5156fa862f9df2bf52e31ec251 Mon Sep 17 00:00:00 2001 From: v0 Date: Tue, 21 Apr 2026 21:59:53 +0000 Subject: [PATCH] feat: update agent command for workflow integration Updated command for agents to use the latest Vercel workflow skill. Co-authored-by: Pranay Prakash <1797812+pranaygp@users.noreply.github.com> --- docs/app/[lang]/(home)/components/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/[lang]/(home)/components/hero.tsx b/docs/app/[lang]/(home)/components/hero.tsx index 268a446aeb..0a8966ea4d 100644 --- a/docs/app/[lang]/(home)/components/hero.tsx +++ b/docs/app/[lang]/(home)/components/hero.tsx @@ -13,7 +13,7 @@ import { } from '@/components/ui/command-prompt'; const COMMAND_FOR_HUMANS = 'npm install workflow'; -const COMMAND_FOR_AGENTS = 'npx skills add vercel/workflow@workflow-init'; +const COMMAND_FOR_AGENTS = 'npx skills add vercel/workflow'; type HeroProps = { title: string;