
vercel-labs / cursor-plugin
★ 8A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by vercel.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Vercel Plugin for Cursor
Vercel development toolkit for Cursor — React/Next.js best practices from Vercel Engineering and deploy to Vercel.
What's Included
Skills
vercel-react-best-practices — 57 performance optimization rules across 8 categories for React and Next.js, prioritized by impact. The skill dynamically fetches the latest rules from vercel-labs/agent-skills on GitHub, so you always get up-to-date guidance without needing to update the plugin.
Categories (by priority):
- Eliminating Waterfalls (CRITICAL)
- Bundle Size Optimization (CRITICAL)
- Server-Side Performance (HIGH)
- Client-Side Data Fetching (MEDIUM-HIGH)
- Re-render Optimization (MEDIUM)
- Rendering Performance (MEDIUM)
- JavaScript Performance (LOW-MEDIUM)
- Advanced Patterns (LOW)
Commands
vercel-deploy — Deploy your project to Vercel using the official Vercel CLI. Handles CLI installation, authentication, and both preview and production deployments.
Usage
After installing the plugin in Cursor:
- The react best practices skill activates automatically when writing, reviewing, or refactoring React/Next.js code. It fetches detailed rule guidance from GitHub as needed.
- Use the
/vercel-deploycommand to deploy your project. The agent will walk through CLI setup, authentication, and deployment.
License
MIT
Install the whole package (1 skills):
npx skills add https://github.com/vercel-labs/cursor-pluginOr install a single skill:
npx skills add https://github.com/vercel-labs/cursor-plugin --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.