netlify-deploy

Automate Netlify deployments via CLI authentication, site linking, and preview or production builds.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/syl2042/codex_skills --skill netlify-deploy-syl2042
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/syl2042/codex_skills/tree/main/netlify-deploy
Command: npx skills add https://github.com/syl2042/codex_skills --skill netlify-deploy-syl2042

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates deploying web projects to Netlify by guiding authentication, site linking or creation, and deployment workflows to reduce manual steps and errors.

Core Features & Use Cases

  • Authenticate to Netlify via browser-based OAuth or API token.
  • Link the local project to an existing Netlify site or initiate a new one.
  • Automatically detect build settings and publish directory, and perform preview or production deployment.
  • Provide clear deployment feedback and logs, with guidance for next steps.

Quick Start

Authenticate to Netlify, link or create a site, install dependencies, and deploy to preview or production.

Frequently Asked Questions about netlify-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deploying a web project to Netlify?

Automate deploying web projects to Netlify by using the Netlify CLI to guide authentication, link local directories to existing sites or create new ones, and execute preview or production deployments.

What is needed to link a local project to an existing Netlify site?

Linking a local project requires the Netlify CLI, a valid authenticated Netlify account, and a project with a recognized build configuration like netlify.toml or framework defaults.

Can I authenticate to Netlify using an API token instead of a browser?

Yes, you can authenticate to Netlify via browser-based OAuth or by using an API token, enabling automated deployment workflows without manual browser interaction.

How do I deploy a preview to Netlify before production?

Deploy a preview to Netlify by running the CLI deployment workflow after linking your site, which automatically detects build settings and publishes to a preview environment prior to production.

Does Netlify deployment work without a netlify.toml file?

Yes, Netlify deployment works without a netlify.toml file by automatically detecting build settings and publish directory using your project's framework defaults.

Why does my Netlify CLI deployment fail to connect?

Netlify CLI deployment fails when missing network access to Netlify services, lacking valid authentication, or having an unrecognized build configuration without netlify.toml or framework defaults.