agent-skills
Optimize, review, and deploy React and Vercel projects with AI
All Skills in This Repository (9)
Pure Emerald Level Indicatorsdeploy-to-vercel
Deploy projects to Vercel with preview deployments and git linking.
web-design-guidelines
Validate UI code against the latest Web Interface Guidelines.
vercel-cli-with-tokens
Authenticate to the Vercel CLI using tokens for deployments and environment management.
vercel-composition-patterns
Replace boolean props with composition in React component APIs.
vercel-react-best-practices
Apply React and Next.js performance guidelines to optimize code paths and reduce bundle size.
vercel-react-view-transitions
Apply View Transition API state and route transitions in React.
vercel-react-native-skills
Standardize React Native development with performance-focused guidelines for RN and Expo projects.
writing-guidelines
Review documentation and prose files against the Vercel writing handbook rules.
vercel-optimize
Audits deployed Vercel projects for cost and performance using observability metrics and deterministic gates.
Frequently Asked Questions
FAQPage SchemaHow to install agent-skills?โผ
Run `npx skills add vercel-labs/agent-skills --all -g -y` in your terminal to install every skill in this suite globally.
How to deploy my app to Vercel with AI?โผ
Just ask your agent to deploy your app. The deploy-to-vercel skill auto-detects your framework, packages the project, and returns a live preview URL plus a claim link.
How to reduce my Vercel bill with AI?โผ
The vercel-optimize skill pulls your real Vercel metrics first, then investigates only the slow or expensive routes and produces a ranked cost and performance report.
Can AI review my React code for performance issues?โผ
Yes. The react-best-practices skill checks your components against 40+ Vercel Engineering rules covering waterfalls, bundle size, re-renders, and server-side performance.
Does agent-skills work with Claude Code and Cursor?โผ
Yes. All skills follow the open Agent Skills format and run in Claude Code, Cursor, Codex, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core