.cursor/skills/vercel-dashboard-expert/SKILL.md
Expert in connecting to and managing Vercel Dashboard via CLI
npx skillsauth add ripgraphics/authorsinfo vercel-dashboard-expertInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides expertise in interacting with the Vercel ecosystem directly from the command line, enabling seamless connection to the Vercel Dashboard.
To connect the current directory to a Vercel project:
npx vercel link
Use this when the user needs to associate the codebase with a Vercel deployment.
To open the Vercel dashboard for the linked project in the browser:
npx vercel project open
# OR deeper link to deployments
npx vercel open --dash
To check deployment status or create a new deployment:
# Deploy to preview
npx vercel deploy
# Deploy to production
npx vercel deploy --prod
To pull environment variables from Vercel to .env.local:
npx vercel env pull .env.local
npx: When running Vercel commands, prefix with npx to ensure the local or latest version is used (e.g., npx vercel ...).npx vercel login.npx vercel link) before attempting to open the dashboard or pull env vars.tools
Webpack build optimization expert with deep knowledge of configuration patterns, bundle analysis, code splitting, module federation, performance optimization, and plugin/loader ecosystem. Use PROACTIVELY for any Webpack bundling issues including complex optimizations, build performance, custom plugins/loaders, and modern architecture patterns. If a specialized expert is a better fit, I will recommend switching and stop.
development
Web application security expert. OWASP Top 10, XSS, SQLi, CSRF, SSRF, authentication bypass, IDOR. Use for web app security testing.
testing
Vitest testing framework expert for Vite integration, Jest migration, browser mode testing, and performance optimization
tools
Vite build optimization expert with deep knowledge of ESM-first development, HMR optimization, plugin ecosystem, production builds, library mode, and SSR configuration. Use PROACTIVELY for any Vite bundling issues including dev server performance, build optimization, plugin development, and modern ESM patterns. If a specialized expert is a better fit, I will recommend switching and stop.