Skip to content
scsiwygest. โ€˜26
Sign in
get startedmcpcommunityapiplaygroundswaggersign insign up
โ† Claude Skills Libraryยท/deploy16 Apr 2026David Olsson
โ† Claude Skills Library

/deploy

#reference#skill#standalone

David OlssonDavid Olsson

Deploys projects to Vercel or Netlify. Detects project type, configures the platform, verifies the build locally, and produces a live URL.

Trigger: "deploy", "deploy to vercel", "deploy to netlify", "ship it", "put this live" Output: Live URL Type: Standalone command with 2 sub-skills

Sub-Skills

SkillPlatformReference
vercel-deployerVercelreferences/vercel-guide.md
netlify-deployerNetlifyreferences/netlify-guide.md

Workflow

  1. Detect project type (static HTML, Next.js, React SPA, Vue, Astro, Node.js)
  2. Set build command, output directory, framework preset automatically
  3. Identify environment variables from .env.example or .env.local
  4. Run build locally to verify before deploying
  5. Deploy to chosen platform
  6. Return live URL

Supported Project Types

TypeBuild CommandOutput
Static HTML(none). or public/
Next.jsnext build.next
React SPAreact-scripts build or vite buildbuild/ or dist/
Vuevite builddist/
Astroastro builddist/
Generic Node.jsnpm run buildvaries

Skill Structure

deploy/
โ”œโ”€โ”€ SKILL.md
โ”œโ”€โ”€ references/
โ”‚   โ”œโ”€โ”€ vercel-guide.md
โ”‚   โ””โ”€โ”€ netlify-guide.md
โ””โ”€โ”€ skills/
    โ”œโ”€โ”€ vercel-deployer/SKILL.md
    โ””โ”€โ”€ netlify-deployer/SKILL.md

Use Cases


Download the full toolkit โ†’ ยท Back to library โ†’

Share
๐• Post