netlify-site-build

Automates building and deploying websites to Netlify from a Git repository with custom commands and publish directories.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill netlify-site-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-site-build
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/netlify-site-build
Command: npx skills add https://github.com/AstorYH/PASB --skill netlify-site-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of building and deploying a website to Netlify, streamlining the deployment workflow for web projects.

Core Features & Use Cases

  • Automated Deployment: Triggers builds and deploys directly to Netlify from a Git repository.
  • Configuration Flexibility: Supports custom build commands and publish directories for diverse project setups.
  • Use Case: After pushing new code changes to your GitHub repository, this Skill can automatically build and deploy the latest version of your website to your Netlify production environment.

Quick Start

Use the netlify-site-build skill to deploy the git repository at https://github.com/your-username/your-repo to your Netlify site.

Frequently Asked Questions about netlify-site-build

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

FAQPage Schema
How do I automate website deployment to Netlify from a Git repository?

Automated deployment to Netlify is triggered by providing a Git repository URL, a Netlify Site ID, and an API token. This streamlines the web development workflow by executing builds directly from your source code changes.

Can I use custom build commands for different web development frameworks when deploying to Netlify?

Custom build commands are fully supported for deploying websites to Netlify. You can configure specific build commands and publish directories to match the requirements of various web development frameworks.

What do I need to set up before automating a Netlify site build?

Before automating a Netlify site build, you need a Git repository URL, a Netlify Site ID, and a Netlify API token. These are required for authentication and executing the deployment to your specific web environment.

Does this deployment method work with my existing GitHub repository?

This deployment method works with your existing GitHub repository by targeting its Git URL. It automatically builds and deploys the latest version of your website to your Netlify production environment after you push new code changes.

Why use an automated CI/CD workflow for Netlify deployments instead of manual uploads?

Using an automated CI/CD workflow for Netlify deployments eliminates manual uploads by directly connecting your Git repository to the production environment. It instantly builds and deploys code changes, streamlining the web development process.