netlify

Deploy web applications to Netlify using CLI commands and netlify.toml configuration.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill netlify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify
Source: https://github.com/mgd34msu/goodvibes-gemini/tree/main/skills/netlify
Command: npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill netlify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of deploying various types of web applications, including static sites, JAMstack applications, and serverless functions, to the Netlify platform.

Core Features & Use Cases

  • Deployment Automation: Streamlines the deployment process using the Netlify CLI and configuration files.
  • Function Integration: Supports the deployment of serverless functions (both basic and TypeScript) and edge functions.
  • Configuration Management: Provides guidance on setting up netlify.toml for build settings, environment variables, redirects, and forms.
  • Use Case: Deploy a new Next.js application with serverless API routes to Netlify, ensuring all redirects and environment variables are correctly configured for production.

Quick Start

Use the netlify skill to deploy the current project to Netlify.

Frequently Asked Questions about netlify

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

FAQPage Schema
How do I deploy a JAMstack application to Netlify using the CLI?

To deploy a JAMstack application to Netlify, you can use the Netlify CLI to push your project directly or link it to a Git repository for automated builds. This Skill guides you through the necessary CLI commands for a successful deployment.

How do I configure build processes and environment variables in netlify.toml?

Configuring builds and environment variables in netlify.toml involves defining your build settings and variables directly in the file. This Skill provides guidance on structuring your netlify.toml for redirects, forms, and environment management.

Can I deploy serverless and edge functions to Netlify with this setup?

Yes, you can deploy serverless and edge functions to Netlify. This Skill supports the deployment of both basic and TypeScript serverless functions, guiding you through the integration and configuration process for your web applications.

Does this deployment process support local development for Netlify sites?

Yes, the Netlify deployment process supports local development. This Skill guides you through using the Netlify CLI to run and test your static sites, JAMstack architectures, and serverless functions locally before pushing to production.

What's the best way to configure redirects and forms for a static site on Netlify?

The best way to configure redirects and forms for a static site on Netlify is by using the netlify.toml configuration file. This Skill provides specific guidance on setting up these rules to manage routing and capture form submissions effectively.

How do I integrate a Git repository for automated Netlify deployments?

Integrating a Git repository for automated Netlify deployments connects your codebase to the platform for continuous deployment. This Skill helps you configure the connection and manage your build settings through the netlify.toml file.