Vercel Agent Skills

Active
GitHub JavaScript No License

Description

Vercel's official collection of agent skills, providing practical skill modules and tools for AI coding agents.

Key Features

  • Vercel project optimization — Auto-audit project cost, performance, caching, function usage, and billing
  • React best practices — 40+ performance optimization rules from Vercel engineering
  • Web design audit — 100+ rules checking accessibility, performance, and UX
  • Writing guidelines — 80+ rules auditing docs voice, structure, and typography
  • React Native guidelines — 16 rules covering mobile performance, animations, and platform patterns
  • One-click deploy — Auto-detect 40+ frameworks and deploy to Vercel with claimable URLs

Use Cases

💡 Audit deployed Vercel projects to find cost optimization and performance bottlenecks
💡 Review React/Next.js component code for performance issues and best practices
💡 Check web UI accessibility and design compliance
💡 One-click deploy local projects to Vercel for preview URLs

Categories

Quick Start

npx skills add vercel-labs/agent-skills

# Skills are automatically available after install
# Agent uses them when relevant tasks are detected

# Examples:
# "Deploy my app"
# "Review this React component for performance issues"
# "Help me optimize this Next.js page"

Related Projects