netlify-deploy

Deploy static sites and serverless functions to Netlify with configuration.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jtucker9/mystuff --skill netlify-deploy-jtucker9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/jtucker9/mystuff/tree/main/skills/deployment/netlify-deploy
Command: npx skills add https://github.com/jtucker9/mystuff --skill netlify-deploy-jtucker9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Netlify deployment can be error-prone and repetitive when configuring build commands, redirects, environment variables, and custom domains. This skill automates those tasks and provides a repeatable blueprint for consistent deployments.

Core Features & Use Cases

  • Automated netlify.toml generation for popular frameworks (React/Vite, Next.js, Astro, Hugo)
  • Redirects handling, domain configuration, and environment variable management
  • Use case: Deploy a new static site with a custom domain and preview deployments

Quick Start

Provide your site build configuration and Netlify settings to deploy a static site or serverless functions.

Frequently Asked Questions about netlify-deploy

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

FAQPage Schema
How do I configure netlify.toml for a React or Astro static site?

To configure netlify.toml for static sites, define build commands, publish directories, and framework-specific settings. This skill generates the configuration automatically for React, Astro, Hugo, and Next.js, providing a repeatable blueprint for consistent deployments.

What's the best way to set up redirects and custom domains on Netlify?

Setting up redirects and custom domains on Netlify requires defining rules in netlify.toml. This skill automates redirect handling and domain configuration, streamlining the process and reducing errors associated with manual setup.

Can I deploy serverless functions alongside a static site on Netlify?

Yes, you can deploy serverless functions with static sites on Netlify. This skill provides scaffolding for serverless functions and generates the necessary deployment commands to integrate them into your hosting setup.

Does this Netlify deployment approach work with Hugo and Next.js frameworks?

This Netlify deployment approach supports Hugo and Next.js frameworks. It provides automated netlify.toml generation tailored to these platforms, handling build configurations and environment variables for consistent static site hosting.

Why are my Netlify preview deployments failing due to build configuration?

Netlify preview deployments often fail due to misconfigured build commands or environment variables. This skill automates netlify.toml generation to prevent these errors and provides a repeatable blueprint for reliable preview deployments.

How do I manage environment variables for a static site deployment on Netlify?

Managing environment variables for Netlify static site deployments involves defining them in your configuration. This skill automates environment variable management alongside build commands and redirects within the netlify.toml file.