Netlify/netlify-deploy — Agent Skills | officialskills.sh
Back to skills

netlify-deploy

Deploys web projects to Netlify using the Netlify CLI.

Setup & Installation

npx skills add https://github.com/netlify/context-and-tools --skill netlify-deploy
or paste the link and ask your coding assistant to install it
https://github.com/netlify/context-and-tools/tree/main/skills/netlify-deploy
View on GitHub

What This Skill Does

Deploys web projects to Netlify using the Netlify CLI. Handles authentication, site linking, and both preview and production deploys. Works with static sites and framework-based projects by detecting build config from netlify.toml or package.json.

Instead of manually running build commands, navigating the Netlify dashboard, and configuring publish directories, the skill handles authentication checks, site linking, and deploy sequencing in one flow.

When to use it

  • Deploying a Vite or Next.js app to a Netlify preview URL before merging a PR
  • Linking a local project folder to an existing Netlify site by Git remote
  • Creating a new Netlify site and configuring build settings from scratch
  • Pushing a production deploy after verifying a preview URL looks correct
  • Troubleshooting a failed deploy by checking build command and publish directory