skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

netlify-deploy

Automated deployment workflow for Netlify sites

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/netlify/context-and-tools --skill netlify-deploy

Overview

What This Skill Does

Deploys web projects to Netlify using the Netlify CLI. Handles authentication, site linking, and both preview and production deploys. Works with static sites and framework-based projects by detecting build config from netlify.toml or package.json.

Application

When to use this Skill

Documentation

Show Skills.md file

Netlify Deployment Skill

Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context.

Overview

This skill automates Netlify deployments by:

  • Verifying Netlify CLI authentication
  • Detecting project configuration and framework
  • Linking to existing sites or creating new ones
  • Deploying to production or preview environments

Prerequisites

  • Netlify CLI: Installed via npx (no global install required)
  • Authentication: Netlify account with active login session
  • Project: Valid web project in current directory
  • Network access: Deployment requires outbound network calls. If sandboxing blocks these, the agent may need to request elevated permissions or prompt the user.
  • Timeouts: Deployments can take a few minutes. Use appropriate timeout values for CLI commands.

Authentication Pattern

The skill uses the pre-authenticated Netlify CLI approach:

  1. Check authentication status with npx netlify status
Lines 1 - 25 of 230

Recommendations

Explore other random skills

All skillsMy patterns