netlify-deploy

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

5.0k|454|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tech-leads-club/agent-skills --skill netlify-deploy-tech-leads-club
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/tech-leads-club/agent-skills/tree/main/packages/skills-catalog/skills/%28cloud%29/netlify-deploy
Command: npx skills add https://github.com/tech-leads-club/agent-skills --skill netlify-deploy-tech-leads-club

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates Netlify deployments by orchestrating authentication, site linking, and deployment to production or preview environments, reducing manual steps.

Core Features & Use Cases

  • Authentication and linking: verifies Netlify login status and links local projects to Netlify sites or creates new ones.
  • Flexible deployment: supports production and preview deployments using the Netlify CLI.
  • Smart configuration guidance: detects project structure and suggests netlify.toml settings to streamline builds.

Quick Start

Deploy the current project to Netlify via the Netlify CLI. I will guide you through login, linking, installing dependencies if needed, and the deployment command.

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

Netlify deployment through the CLI involves logging in, linking your local Git repository to a Netlify site, and executing the deploy command for either preview or production environments.

What's the best way to automate Netlify deployments from an existing Git repository?

Automating Netlify deployments requires orchestrating CLI authentication, linking your existing Git repository to a Netlify site, and running deployment commands to reduce manual setup steps.

Do I need to authenticate and link my site before deploying to Netlify?

Yes, Netlify deployment requires an authenticated account and site linking. The process verifies your login status and links your local project directory to an existing or new Netlify site before deploying.

Can I create preview deployments instead of production with the Netlify CLI?

Yes, the Netlify CLI supports flexible deployment, allowing you to generate preview environments for testing or push directly to production from your current project directory.

How does smart configuration work for Netlify site builds?

Smart configuration for Netlify builds detects your project structure and suggests appropriate netlify.toml settings to streamline your build process and deployment workflow.

Why is my Netlify deployment not working from the CLI?

Netlify CLI deployment fails if you lack an authenticated account, have not linked your local project directory to a site, or are missing required dependencies needed before running the deploy command.