Skip to content

SpaceBlocks/agent-skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Skills for Vercel

A collection of skills for Claude.ai and Claude Code for working with Vercel deployments.

Skills follow the Agent Skills format.

Available Skills

vercel-deploy

Deploy applications and websites to Vercel instantly. No authentication required.

Use when:

  • "Deploy my app"
  • "Deploy this to production"
  • "Push this live"
  • "Deploy and give me the link"

Features:

  • No authentication required - works instantly
  • Auto-detects 40+ frameworks from package.json
  • Returns preview URL (live site) and claim URL (transfer ownership)
  • Handles static HTML projects automatically
  • Excludes node_modules and .git from uploads

How it works:

  1. Packages your project into a tarball
  2. Detects framework (Next.js, Vite, Astro, etc.)
  3. Uploads to deployment service
  4. Returns preview URL and claim URL

Output:

✓ Deployment successful!

Preview URL: https://skill-deploy-abc123.vercel.app
Claim URL:   https://vercel.com/claim-deployment?code=...

Installation

Claude Code

Copy the desired skill folder to your Claude Code skills directory:

cp -r skills/vercel-deploy ~/.claude/skills/

claude.ai

Add the skill to your project knowledge or paste the contents of SKILL.md into your conversation.

No CLI installation or authentication needed.

Usage

Skills are automatically available once installed. Simply ask Claude to deploy:

Deploy my app
Deploy this and give me the link

Claude will package your project, deploy it, and return both URLs.

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for Claude
  • scripts/ - Helper scripts for automation

Troubleshooting

Network egress error on claude.ai

If deployment fails due to network restrictions, you need to allow Vercel domains:

  1. Go to claude.ai/admin-settings/capabilities
  2. Add *.vercel.com to the allowed domains

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%