deploy-to-vercel
vercel-labs / agent-skills
About deploy-to-vercel
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
Install deploy-to-vercel
npx skills add https://github.com/vercel-labs/agent-skills --skill deploy-to-vercel基本情報
What it does
Supports three deployment paths: git-push (ideal for linked projects), direct CLI deployment, and no-auth fallback for sandboxed environments
Automatically detects project state (linked via .vercel/project.json or .vercel/repo.json , git remote presence, CLI authentication) and chooses the best deployment method
Handles team selection for multi-team accounts and uses --scope to deploy to the correct team
Provides preview URLs for all deployments; linked projects with git remotes enable automatic deployments on future pushes
Includes fallback scripts for claude.ai and Codex sandboxes that require no authentication, returning both preview and claim URLs
More skills in Development
vercel-react-best-practices
vercel-labs / agent-skills
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
improve-codebase-architecture
mattpocock / skills
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
shadcn
shadcn / ui
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
caveman-compress
juliusbrussee / caveman
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"
caveman-stats
juliusbrussee / caveman
Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.
full-output-enforcement
leonxlnx / taste-skill
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.