netlify-deploy

Deploy web projects to Netlify via the Netlify CLI.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill netlify-deploy-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28cloud%29/netlify-deploy
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill netlify-deploy-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of web projects to Netlify, simplifying the process of publishing websites and web applications.

Core Features & Use Cases

  • Automated Deployments: Deploy code to Netlify's global CDN with a single command.
  • Framework Agnostic: Works with various web frameworks (React, Vue, Next.js, static sites, etc.).
  • Preview & Production Deploys: Supports deploying preview builds for testing and production builds for live sites.
  • Use Case: You've finished building a new feature for your React app and want to deploy it as a preview link to share with your team before merging to production.

Quick Start

Use the netlify-deploy skill to deploy the current project to Netlify.

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?

You can deploy a React app to Netlify by using this skill to automate the CLI deployment process. It facilitates publishing your web framework project to Netlify's CDN, managing authentication and site linking along the way.

Can I create a preview deployment before sending changes to production?

Yes, you can generate a preview deployment before production. This skill supports deploying preview builds to share with your team for testing, alongside standard production deployments for your live websites and web applications.

Does the Netlify deployment process work with different web frameworks?

The deployment process is framework agnostic, working with various web frameworks including React, Vue, and Next.js. It handles static sites and web applications by managing configuration via netlify.toml or interactive prompts.

What is needed to automate deploying a static site to Netlify's CDN?

To automate deploying a static site to Netlify's CDN, you need the Netlify CLI to handle authentication and site linking. Configuration is managed through a netlify.toml file or interactive prompts during the deployment process.

Why use automated Netlify deployments instead of manual CLI commands?

Automated Netlify deployments simplify publishing by handling dependency installation, site linking, and build publication in a single step. This removes the need to manually execute CLI commands or manage authentication tokens for every project update.