Install
$ agentstack add skill-codewithjv-agent-skills-deploy-website ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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
- An existing Cowork/Claude connector for Netlify or Vercel, if one is connected - always prefer this, it's the least setup and least error-prone.
- The provider's CLI (
netlify/vercel), if it's already installed or can be installed in the sandbox. This is the most hands-off path once an account exists. CLI flags and login flows change over time - if you're not sure of the current usage, check--helpor do a quickWebSearchrather than relying on stale memory. - Guided drag-and-drop, if there's no CLI/connector path and the user is uncomfortable with a terminal. Walk them through the provider's web-based deploy (uploading the
website/src/folder) one step at a time, in plain language, confirming what they see on screen before moving to the next step. Seereference/providers.mdfor the general shape of each provider's drag-and-drop flow.
Account and auth
If the user doesn't have an account, walk them through signing up in plain language ("click X, then Y"). Never ask the user to paste an API token, password, or session cookie into chat - direct them to complete login/auth in their own browser, and only proceed once they confirm they're logged in.
Deploy, then verify
- Run the deploy and surface the resulting live URL clearly - this is the moment the user has been building toward, make it visible and unambiguous.
- Open or fetch the live URL and confirm it matches what they approved in the build preview. Check for the obvious failure modes: missing images, broken internal links, a blank page. Fix anything broken before calling it done - a "live" site that's broken isn't actually done.
Explain what happens next
In plain language, before finishing:
- How to redeploy after future edits (re-run this skill, or the one-line command if they're using a CLI).
- That a custom domain is a later, optional step - point them at the provider's domain settings if they ask, but don't force this decision now.
- That the site stays live on its own - no ongoing action needed from them.
Output
website/deploy-notes.md - provider used, the live URL, how to redeploy, and how to point a custom domain at it later.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: CodeWithJV
- Source: CodeWithJV/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.