Vercel development toolkit for Cursor — React/Next.js best practices from Vercel Engineering and deploy to Vercel.
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)
vercel-deploy — Deploy your project to Vercel using the official Vercel CLI. Handles CLI installation, authentication, and both preview and production deployments.
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.
MIT