deploy-website

Installation
SKILL.md

Deploy Website

Get a finished website live on the internet for a non-technical user, with a real URL they can share - without ever asking them to touch a terminal unless that's genuinely the easiest path for them.

This is the last of three chained skills: plan-website → build-website → deploy-website. By the time this runs, the site should already exist and be approved by the user; your job is purely getting it live and verified.

Find the site

Read website/src/. If it's missing, ask the user for the folder containing the finished site instead of assuming build-website was run in this session.

Pick a provider

Both Netlify and Vercel are free for a simple static site and give a working URL in minutes - there's no wrong choice for most users here, so don't make them research it.

  • If the user already has an account with one (ask, or check for an existing CLI login or connector), use that - switching providers for no reason just adds friction.
  • Otherwise, describe both in one plain sentence each and let them pick, or just pick Netlify as a sensible default if they have no preference and say so.

Get in the easiest way, in this order

Installs
9
GitHub Stars
1
First Seen
Jul 16, 2026
deploy-website — codewithjv/agent-skills