vercel-deploy
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".
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install vercel-deploy --cli claudewrites the skill into.claude/skills/vercel-deploy/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/vercel-deploy/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
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".
When to use it
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".
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/vercel-deploy/SKILL.md -o .claude/skills/vercel-deploy/SKILL.md
Notes
Extracted from davila7/claude-code-templates, vercel-deploy category.