๐ŸŽฏ

v0-dev

๐ŸŽฏSkill

from vercel/vercel-plugin

VibeIndex|
What it does
|

Part of Vercel's official plugin for AI coding agents, providing a relational knowledge graph of the Vercel ecosystem with 25 bundled skills. Covers products like AI Gateway, AI SDK, Next.js App Router, deployment workflows, environment variables, and Vercel Functions.

๐Ÿ“ฆ

Same repository

vercel/vercel-plugin(59 items)

v0-dev

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add vercel/vercel-plugin --skill v0-dev
skills.sh Installโš  Installs to .agents/skills/
npx skills add vercel/vercel-plugin --skill v0-dev
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/v0-dev/SKILL.md

SKILL.md

27Installs
-
AddedMar 18, 2026

More from this repository10

๐ŸŽฏ
nextjs๐ŸŽฏSkill

Vercel's official Next.js App Router expert skill providing guidance on routing, Server Components, Server Actions, Cache Components, layouts, middleware, data fetching, rendering strategies, and deployment, with built-in code pattern validation and migration helpers.

๐ŸŽฏ
react-best-practices๐ŸŽฏSkill

A React best-practices reviewer skill from Vercel that triggers after editing TSX components to run a quality checklist covering component structure, hooks usage, accessibility, performance optimization, and TypeScript patterns.

๐ŸŽฏ
ai-sdk๐ŸŽฏSkill

A skill from the Vercel plugin that provides expert guidance on AI SDK v6, covering text and object generation, streaming, tool calling, agents, MCP integration, providers, and embeddings for building AI-powered applications.

๐ŸŽฏ
deployments-cicd๐ŸŽฏSkill

A Vercel deployment and CI/CD expert guidance skill that assists with deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, and configuring CI workflow files (GitHub Actions, GitLab CI, Bitbucket Pipelines) for Vercel projects.

๐ŸŽฏ
shadcn๐ŸŽฏSkill

Vercel's official plugin that gives AI agents a relational knowledge graph of the Vercel ecosystem with 25 bundled skills covering products, libraries, CLI, APIs, and workflows including AI SDK, Next.js, shadcn/ui, and deployment.

๐ŸŽฏ
vercel-cli๐ŸŽฏSkill

Part of the official Vercel plugin that provides AI agents with a relational knowledge graph of the Vercel ecosystem, covering 25 skills for products, libraries, CLI, APIs, and workflows including AI SDK, authentication, deployments, storage, and routing middleware.

๐ŸŽฏ
ai-gateway๐ŸŽฏSkill

Vercel AI Gateway expert guidance skill for configuring model routing across multiple AI providers through a unified API, covering provider failover, cost tracking, OIDC-based authentication, and correct model slug formatting with provider prefixes.

๐ŸŽฏ
env-vars๐ŸŽฏSkill

A Vercel plugin skill providing expert guidance on environment variable management, including .env file conventions and hierarchy, the vercel env CLI commands, OIDC token lifecycle, and environment-specific configuration across development, preview, and production.

๐ŸŽฏ
turbopack๐ŸŽฏSkill

Turbopack expert guidance skill covering the Rust-powered JavaScript/TypeScript bundler that is the default in Next.js 16, with guidance on instant HMR, bundler configuration, debugging build issues, and understanding Turbopack vs Webpack differences.

๐ŸŽฏ
vercel-functions๐ŸŽฏSkill

A Vercel plugin skill providing expert guidance on Vercel Functions including Serverless Functions, Edge Functions, Fluid Compute, streaming, Cron Jobs, and runtime configuration, with built-in validation rules for common mistakes like default exports and Pages Router types.