
Vercel
Publishes the Web Interface Guidelines and an official collection of agent skills.
vercel-react-best-practices
React and Next.js performance patterns from Vercel Engineering.
Applied when writing, reviewing or refactoring React and Next.js code, so the performance decisions are made while the code is written rather than profiled afterwards.
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices
web-design-guidelines
Reviews UI code against the Web Interface Guidelines.
Checks a build against the published guidelines rather than a reviewer's taste, covering accessibility, interaction and the details that guidelines exist to settle.
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines
vercel-react-view-transitions
Native-feeling motion with React's View Transition API.
The ViewTransition component, addTransitionType and the CSS pseudo-elements, used to animate between states without hand-rolling a shared-element transition.
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-view-transitions