Back to skills

netlify-deploy

infrastructure

Deploys web projects to Netlify using the Netlify CLI via npx. Handles authentication, site linking, preview and production deploys, and basic framework detection from package.json or netlify.toml. In

Setup & Installation

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

What This Skill Does

Deploys web projects to Netlify using the Netlify CLI via npx. Handles authentication, site linking, preview and production deploys, and basic framework detection from package.json or netlify.toml. Instead of manually navigating the Netlify dashboard, configuring build settings, and copying deploy URLs, the skill runs the full CLI workflow in sequence and surfaces errors with actionable fixes.

When to use it

  • Working with netlify deploy functionality
  • Implementing netlify deploy features
  • Debugging netlify deploy related issues