Leaderboard/Developer Tooling/agent-skills
Last commit on August 28, 2026·Created on December 8, 2025

vercel-labs/agent-skills

Engineering patterns and deployment capabilities for React, Next.js, and Vercel environments
Combined rank
#26
across all skills
In Developer Tooling
#2
category rank
Stars
31.4k
+0.8% in last 7d
Forks
2.8k
+0.4% in last 7d
Watchers
129
+1.6% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides AI agents with the technical context needed to implement performant frontend architectures and manage cloud deployments. It bridges the gap between code generation and production by codifying React composition patterns and Vercel-specific deployment workflows.

Frontend engineers can use these skills to ensure AI-generated components follow maintainable patterns and that applications are pushed to live or preview environments through structured triggers.

WHO IT'S FOR
Frontend engineers
implementing performant React and Next.js components
AI agent / automation builders
integrating Vercel deployment capabilities into AI agents
Mobile app developers
building React Native and Expo applications
UI/UX engineers
creating native-feeling animations and page transitions
Repository contents

9 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Install the complete agent-skills collection

Installs: vercel-labs/agent-skills bundle

  1. Run this command in a terminal to install the collection.

    npx skills add vercel-labs/agent-skills
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review one React component for performance

Uses vercel-react-best-practices

  • A React component or Next.js page path; `[path/to/ReactComponent.tsx]` is a placeholder
Use the vercel-react-best-practices skill to review [path/to/ReactComponent.tsx] for the highest-impact performance issue. Explain the issue and suggest one focused refactor; do not edit the file.
Suggested first task

Simplify a component API

Uses vercel-composition-patterns

  • A React component path; `[path/to/Component.tsx]` is a placeholder
Use the vercel-composition-patterns skill to review [path/to/Component.tsx]. Identify one boolean-prop or component-architecture problem and sketch a smaller compound-component or composition-based API; do not edit the file.
Suggested first task

Plan one appropriate React view transition

Uses vercel-react-view-transitions

  • A React component or route path; `[path/to/component-or-route]` is a placeholder
  • The relationship being animated, such as list-to-detail, tab-to-tab, or content appearing
  • Whether the project uses Next.js App Router or another React setup
Use the vercel-react-view-transitions skill to review [path/to/component-or-route]. Recommend one transition that communicates the intended UI relationship, include reduced-motion considerations, and provide a minimal implementation sketch without editing files.