netlify-deploy

Automates Netlify CLI authentication, linking, and deployment of web projects.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill netlify-deploy-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/JetBrains/skills/tree/main/netlify-deploy
Command: npx skills add https://github.com/JetBrains/skills --skill netlify-deploy-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy web projects to Netlify using the Netlify CLI with guided authentication, site linking, and deployment workflows.

Core Features & Use Cases

  • Automated Netlify authentication checks and login guidance
  • Detects if a site is linked or needs to be created
  • Deploys previews and production builds with netlify deploy and netlify deploy --prod
  • Handles netlify.toml configuration and common framework defaults

Quick Start

Tell me to deploy a project to Netlify and I will guide you through authentication, linking, and deployment.

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 a web project to Netlify, you can use the Netlify CLI which automates authentication, site linking, and deployment for both preview and production builds. It guides you through logging in, connecting your project, and publishing via standard CLI commands.

How does Netlify CLI authentication work for deploying a site?

Netlify CLI authentication works by checking your login status and guiding you through the authentication process before deployment. If you are not logged in, the workflow prompts you to authenticate your Netlify account so you can securely link and publish your site.

Can I link an existing Netlify site to my local project before deploying?

Yes, you can link an existing Netlify site to your local project before deploying. The deployment workflow detects whether your project is already linked to a Netlify site or if a new site needs to be created, then proceeds with the appropriate configuration.

Do I need a netlify.toml configuration file to publish a single-page app?

You do not strictly need a netlify.toml file to publish a single-page app, as the deployment workflow handles common framework defaults. However, it supports optional netlify.toml handling for custom configuration when deploying your static site or SPA.

What is the difference between a preview and production deployment on Netlify?

The difference between a preview and production deployment on Netlify is the command flag used and the target environment. A standard deploy creates a preview draft, while appending the --prod flag executes a production deployment to publish your live site.

Does the Netlify deployment workflow install project dependencies automatically?

Yes, the Netlify deployment workflow supports automatic dependency installation as part of the build process. It handles this step before running your preview or production deploys using npx netlify commands to ensure your web project builds correctly.