🎯

vercel-cli-with-tokens

🎯Skill

from vercel-labs/agent-skills

VibeIndex|
What it does
|

A skill from the Vercel Labs agent-skills collection that enables AI coding agents to interact with the Vercel CLI using authentication tokens for deployment and project management.

Overview

The vercel-cli-with-tokens skill is part of the Vercel Labs agent skills collection, enabling AI agents to interact with the Vercel CLI using authentication tokens for deployment and project management. It works within a broader skill set that includes project optimization, React best practices, web design guidelines, and deployment automation.

Key Features

  • Authenticated Vercel CLI operations using deployment tokens for secure, non-interactive automation
  • Works alongside vercel-optimize for auditing cost, performance, reliability, caching, and function usage
  • Supports the vercel-deploy-claimable workflow with auto-detection of 40+ frameworks and ownership transfer
  • Part of the Vercel Labs collection including react-best-practices (40+ rules) and web-design-guidelines (100+ rules)
  • Follows Agent Skills format with SKILL.md, helper scripts, and reference documentation

Who is this for?

  • Developers who want AI agents to perform authenticated Vercel deployments without manual CLI interaction
  • DevOps teams automating Vercel deployment pipelines through AI coding agents
  • Teams building CI/CD automation needing programmatic Vercel access through token-based authentication
📦

Same repository

vercel-labs/agent-skills(18 items)

vercel-cli-with-tokens

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add vercel-labs/agent-skills --skill vercel-cli-with-tokens
skills.sh Install⚠ Installs to .agents/skills/
npx skills add vercel-labs/agent-skills --skill vercel-cli-with-tokens
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/vercel-cli-with-tokens/SKILL.md

SKILL.md

49,840Installs
-
AddedMar 18, 2026

More from this repository10

🎯
vercel-react-best-practices🎯Skill

React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering component performance, data fetching, and bundle size optimization.

🎯
web-design-guidelines🎯Skill

Web interface best practices auditor from Vercel Engineering. Reviews UI code against 100+ standards covering accessibility, animations, forms, images, and UX fundamentals.

🎯
vercel-composition-patterns🎯Skill

React composition patterns skill from Vercel Labs that helps avoid boolean prop proliferation through compound components, state lifting, and internal composition techniques.

🎯
vercel-react-native-skills🎯Skill

React Native best practices skill with 16 rules across 7 sections covering performance, layout, animation, images, state management, architecture, and platform-specific patterns for Expo and React Native apps.

🎯
deploy-to-vercel🎯Skill

Part of Vercel Labs agent skills collection that includes React/Next.js best practices, web design guidelines, React Native guidelines, and composition patterns — packaged as Agent Skills for AI coding agents.

🎯
vercel-react-view-transitions🎯Skill

Implements smooth animations using React's View Transition API — the `<ViewTransition>` component, `addTransitionType`, transition classes, shared-element transitions, and Next.js `next/link` integration.

🎯
react-native-skills🎯Skill

React Native best practices optimized for AI agents from Vercel Engineering. 16 rules across 7 sections covering mobile performance, layout patterns, animations, and platform-specific implementation.

🎯
composition-patterns🎯Skill

Guides AI agents in implementing robust software design patterns for component composition, modularity, and reusability across different programming paradigms.

🎯
vercel-optimize🎯Skill

A collection of AI agent skills from Vercel Labs covering React/Next.js performance optimization, web design accessibility auditing, React Native best practices, and View Transition API implementation.

🎯
writing-guidelines🎯Skill

Reviews documentation and prose against Vercel's writing handbook, auditing 80+ rules across voice, structure, content types, code samples, typography, and AI workflow.