netlify-deploy

Automate Netlify deployments with authentication, site linking, and deployment execution.

2|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/duggal1/Sapphire-cli --skill netlify-deploy-duggal1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/duggal1/Sapphire-cli/tree/main/internal/skills/bundled/netlify-deploy
Command: npx skills add https://github.com/duggal1/Sapphire-cli --skill netlify-deploy-duggal1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates deploying web projects to Netlify by handling authentication, linking, and deployment workflows.

Core Features & Use Cases

  • Verify Netlify CLI authentication and enable seamless login flows.
  • Detect project configuration and framework to apply correct build/publish settings.
  • Link to existing Netlify sites or create new ones, then deploy to preview or production.

Quick Start

Navigate to your project and ask me to deploy to Netlify to 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 web project to Netlify from the command line?▼

To deploy to Netlify, the Skill orchestrates CLI authentication, links your project to a site, and executes the deployment. It detects your framework to apply build settings and generates a preview URL.

Do I need to authenticate with Netlify CLI before deploying?▼

Yes, authenticating with Netlify CLI is required before deploying. The Skill enforces pre-authentication checks and enables seamless login flows to ensure you can link and deploy your site.

Can I create a new Netlify site for my project during the deployment process?▼

Yes, you can create a new Netlify site during deployment. The Skill detects project configuration and links to an existing site or creates a new one before executing preview or production releases.

How does deploying a preview URL differ from a production release on Netlify?▼

Deploying a preview URL generates a temporary shareable link, while a production release updates your live site. The Skill handles both workflows by applying correct build and publish settings across frameworks.

Will the Netlify deployment process install missing project dependencies?▼

Yes, the Netlify deployment process installs dependencies if needed. After detecting your project configuration and framework, it ensures required packages are installed before performing deploy operations.

What happens if a Netlify deployment requires elevated permissions?▼

If a Netlify deployment requires elevated permissions, the Skill performs deploy operations with optional sandbox escalation. This allows the workflow to continue when standard permissions are insufficient.