SWSkillsWay.ai
View Repo ↗
Skillset · / vercel-labs / agent-skills

vercel-labsvercel-labs/agent-skills

PurposeA collection of Agent Skills by Vercel Labs that extend AI coding agents with frontend and Vercel-platform expertise. Skills cover React/Next.js performance, web design, writing, React Native, view transitions, composition patterns, Vercel cost optimization, and deployment. Following the agentskills.io format, they are auto-loaded by the agent when relevant tasks are detected (e.g. "deploy my app", "review UI"), enabling audited, guideline-compliant code and seamless Vercel deployments without manual invocation.
Skill Count
9
Required CLI
vercel
Domains
BusinessCodingDesignWriting
Forms
Cli ManualStyle GuideWorkflow
Skillset Analysis

Installation

One command to install the entire Skillset.

Copy and run in your terminal to add vercel-labs/agent-skills to your Agent environment.

$npx skills add vercel-labs/agent-skills
SkillsWay.ai · Heads-Up Agent Skills InspectorUnderstand Agent Skills before you install.

Core Idea

Principles & Methodology

The author's design philosophy, what sets this apart from peer projects, and quick notes on the key workflows. Skill names mentioned in the text auto-link to their detail pages.

Core Idea

This skillset extends AI coding agents with Vercel-centric and frontend best-practice skills following the Agent Skills format. It is modular (each skill handles one domain) and model-triggered (agent auto-loads on relevant tasks).

Key Skills

  • vercel-optimize: audits Vercel projects for cost/perf
  • react-best-practices / web-design-guidelines / writing-guidelines: review code, UI, docs
  • deploy-to-vercel / vercel-cli-with-tokens: deploy apps
  • react-view-transitions, composition-patterns, react-native-skills: React/RNA patterns

Workflow

Install via npx skills add, then agent uses skills automatically when tasks like "deploy my app" or "review UI" are detected. No manual invocation required.

Skill Relationships

Usage Relationships Between Skills

Skill → Skill usage relationships, with cross-layer references. Same color blocks indicate the same skill form.

Relationship Count
1
Standalone Skills
7
Most Referencing
  • deploy-to-vercel1 downstream skills
Most Referenced
  • vercel-cli-with-tokens1 upstream skills

Note: Each dependency line reads as "the current Skill depends on" the Skill it points to.

Skill Composition

How skills in this set are triggered

Each skill is designed for a specific kind of caller — some only fire when you name them, others load automatically when the model judges them relevant. The split below summarises both modes at a glance.

User-Invoked0

These skills only fire when you call them by name. The agent will not load them on its own — they stay inert until invoked.

No skill in this set is recommended for manual invocation.

Model-Invoked9

These skills are loaded automatically by the agent when it judges the context relevant. You usually don't need to call them yourself.

deploy-to-vercelvercel-cli-with-tokensvercel-composition-patternsvercel-optimizevercel-react-best-practicesvercel-react-native-skillsvercel-react-view-transitionsweb-design-guidelineswriting-guidelines

Skill List

9 Skills · Filter by name or domain

deploy-to-vercel

Deploy apps/websites to Vercel via CLI or no-auth scripts. Checks project state, picks method (git push, vercel deploy, link, fallback), always previews unless asked. Outputs live URL and links project to git-push deploys for long-term ease.

→
Domain
CodingBusiness
Form
Workflow
Location
skills/deploy-to-vercel/SKILL.md

vercel-cli-with-tokens

Deploy and manage Vercel projects via CLI using token auth without interactive login. Locates tokens from env/.env, links projects, deploys as preview by default, and manages env vars/domains. Value: secure, non-interactive CI-friendly Vercel workflows.

→
Domain
CodingBusiness
Form
Cli ManualWorkflow
Location
skills/vercel-cli-with-tokens/SKILL.md

vercel-composition-patterns

A style guide skill providing React composition patterns to avoid boolean prop proliferation via compound components, lifted state, and explicit variants. It helps build flexible, maintainable components, easing scaling for humans and AI agents through prioritized rules with code examples.

→
Domain
Coding
Form
Style Guide
Location
skills/composition-patterns/SKILL.md

vercel-optimize

Use for Vercel cost and performance optimization on deployed projects (Next.js, SvelteKit, Nuxt, limited Astro). Method: collect Vercel metrics/usage/config, run deterministic gates to pick metric-backed candidates, deep-dive and produce ranked recommendations. Value: reduces bills and improves Core Web Vitals with verified, citation-backed actions.

→
Domain
Business
Form
Workflow
Location
skills/vercel-optimize/SKILL.md

vercel-react-best-practices

Vercel-maintained React/Next.js performance guide with 70 rules in 8 categories. Provides prioritized best-practice patterns for waterfalls, bundling, server/client rendering, and re-renders. Helps agents write, review, and refactor code to boost speed and reduce bundle size.

→
Domain
Coding
Form
Style Guide
Location
skills/react-best-practices/SKILL.md

vercel-react-native-skills

A style-guide skill providing prioritized best practices for React Native and Expo apps across performance, animation, UI, and config. It offers categorized rule files with code examples and a compiled AGENTS.md, helping developers write efficient, correct native code and avoid common pitfalls.

→
Domain
Coding
Form
Style Guide
Location
skills/react-native-skills/SKILL.md

vercel-react-view-transitions

A guide for implementing smooth native animations in React using the View Transition API. It provides component usage, CSS recipes, transition types, and ordered implementation patterns. Output is animated UI with graceful degradation and no third-party libs.

→
Domain
CodingDesign
Form
Style GuideWorkflow
Location
skills/react-view-transitions/SKILL.md

web-design-guidelines

Reviews UI code for compliance with Vercel's Web Interface Guidelines. Fetches latest rules, checks user files, and outputs terse `file:line` findings. Helps ensure accessibility, UX, and design best practices in web projects.

→
Domain
Design
Form
Style Guide
Location
skills/web-design-guidelines/SKILL.md

writing-guidelines

Reviews docs and prose for compliance with Vercel writing guidelines. Fetches latest rules from a URL, checks specified files, and outputs terse file:line findings. Ensures consistent voice, tone, and style across documentation with minimal effort.

→
Domain
Writing
Form
Style Guide
Location
skills/writing-guidelines/SKILL.md

Showing 9 / 9