netlify-deploy

Automate Netlify deployments with authentication, site linking, and preview or production deploys.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pchemguy/Dummy --skill netlify-deploy-pchemguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/pchemguy/Dummy/tree/main/docs/AgentSkills/openai/skills/skills/.curated/netlify-deploy
Command: npx skills add https://github.com/pchemguy/Dummy --skill netlify-deploy-pchemguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploying web projects to Netlify often requires several manual steps: authenticating with Netlify CLI, linking your local project to a Netlify site, configuring or detecting build settings, and performing preview or production deploys. This skill automates those steps to streamline publishing and previews.

Core Features & Use Cases

  • Authentication & linkage: checks login status, prompts for login, and links to existing sites or creates new ones.
  • Site and build discovery: detects project framework, reads netlify.toml or prompts for build settings, supports monorepos.
  • Deployment to production or preview: performs prod deploys for new sites and preview deploys for ongoing development; provides deployment URLs.
  • Workflow resilience: handles missing configs, dependencies installation, and error guidance.

Quick Start

Run the Netlify deployment workflow from your project root to publish a site and receive a preview URL.

Frequently Asked Questions about netlify-deploy

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

FAQPage Schema
How do I deploy a site to Netlify using the CLI?

To deploy a site to Netlify, the workflow automates CLI authentication, links your local project to an existing or new site, detects framework build settings, and performs preview or production deploys.

What is the process for linking a local project to a Netlify site?

Linking a local project to a Netlify site involves checking your CLI login status, prompting for authentication if needed, and connecting your Git repository to an existing site or creating a new one.

Can I deploy a monorepo project to Netlify?

Yes, you can deploy a monorepo project to Netlify. The deployment workflow automatically detects monorepo structures and handles framework-specific build settings or prompts you for missing configurations.

Does Netlify CLI deployment require a netlify.toml file?

No, a netlify.toml file is not required for Netlify CLI deployment. The workflow handles missing configurations by automatically detecting framework settings or prompting you for the necessary build details.

How do I generate a preview URL for my Netlify deployment?

To generate a preview URL, the workflow performs preview deploys during ongoing development instead of production deploys, returning a unique deployment URL for testing your site.

Why is my Netlify deployment failing due to missing environment variables?

Netlify deployment can fail if environment variables are missing, but the workflow provides robust error handling and guiding prompts to help you install dependencies and resolve configuration edge cases.