netlify-deploy

Automate web project deployments to Netlify using the Netlify CLI.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/bl1nk-bot/skills-cli --skill netlify-deploy-bl1nk-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/bl1nk-bot/skills-cli/tree/main/skills/netlify-deploy
Command: npx skills add https://github.com/bl1nk-bot/skills-cli --skill netlify-deploy-bl1nk-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Netlify Deploy skill automates the end-to-end process of deploying web projects to Netlify using the Netlify CLI, handling authentication, site linking, and deployment tasks.

Core Features & Use Cases

  • Automates authentication checks and guides through login or API key setup.
  • Detects project configuration, links to existing Netlify sites or creates new ones, and deploys to production or preview environments.
  • Supports project-local deployments and workflow scenarios such as linking Git remotes and initializing new sites.

Quick Start

Run the Netlify CLI to deploy your web project to Netlify, choosing production or a preview deployment as needed.

Frequently Asked Questions about netlify-deploy

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

FAQPage Schema
How do I automate Netlify deployments from the command line?

Automating Netlify deployments involves using the Netlify CLI to handle authentication, link existing sites or initialize new ones, and execute production or preview builds. This skill guides you through running netlify deploy commands to push your web projects live.

What is the process for linking a Git repository to a new Netlify site?

Linking a Git repository to a new Netlify site requires running netlify init to configure your project, connect the remote repository, and set up continuous deployment. The skill handles site initialization and Git remote linking automatically.

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

You do not need to manually authenticate before deploying if your session is active. The skill performs authentication checks using netlify status and guides you through netlify login or API key setup if your credentials are missing or expired.

Can I create a preview deployment instead of a production deployment?

You can create a preview deployment instead of a production deployment by specifying the target environment during the netlify deploy step. The skill supports both production and preview deployments to test changes before going live.

What's the best way to deploy a web project to Netlify for continuous deployment?

The best way to deploy a web project for continuous deployment is using the Netlify CLI to link your Git repository. This skill automates the project configuration, site linking, and build installation required for continuous deployment workflows.