netlify-deploy

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

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/rodrigotoledo/trading-exchange --skill netlify-deploy-rodrigotoledo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/rodrigotoledo/trading-exchange/tree/main/packages/skills-catalog/skills/%28cloud%29/netlify-deploy
Command: npx skills add https://github.com/rodrigotoledo/trading-exchange --skill netlify-deploy-rodrigotoledo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy web projects to Netlify using the Netlify CLI, enabling authentication, site linking, and automated production or preview deployments.

Core Features & Use Cases

  • Verify Netlify CLI authentication and guide login when needed
  • Detect site linkage and link to existing sites by Git remotes, or create new ones with netlify init
  • Deploy to production or preview based on project state, with framework-detection for build settings

Quick Start

Check authentication with npx netlify status, log in if required, then link or initialize a site and deploy with npx netlify deploy.

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 web project to Netlify using the CLI?

You can automate Netlify deployments by checking authentication status, linking your site via Git remotes or netlify init, installing dependencies, and deploying to preview or production environments.

How does Netlify CLI authentication work for automated deployments?

Netlify CLI authentication checks your login status with npx netlify status and prompts you to log in if required, ensuring you have the credentials needed to link and deploy web projects.

Do I need to link my Git repository before deploying to Netlify?

Linking your Git repository is required before deploying to Netlify; the CLI detects existing site linkage and links via Git remotes or initializes a new site with netlify init.

Can I deploy a preview build instead of production with Netlify CLI?

You can deploy to preview or production based on your project state by running npx netlify deploy without the --prod flag for preview, or with --prod for production deployments.

Does the Netlify deployment automation detect framework build settings?

The deployment automation detects your web project's framework to apply build settings automatically, and checks for or uses a netlify.toml configuration file to guide the deployment process.

What's the best way to automate Netlify deployments for web projects?

Automating Netlify deployments with the CLI handles authentication checks, Git linking, dependency installation, and framework-detection for build settings, streamlining both preview and production releases.