netlify-deploy

Deploy web projects to Netlify via the Netlify CLI.

24.7k|1.7k|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/openai/skills --skill netlify-deploy-openai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/openai/skills/tree/main/skills/.curated/netlify-deploy
Command: npx skills add https://github.com/openai/skills --skill netlify-deploy-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of deploying web projects to Netlify, simplifying the workflow for hosting and publishing sites.

Core Features & Use Cases

  • Automated Deployments: Deploy to Netlify using the Netlify CLI, handling authentication, linking, and deployment.
  • Preview & Production Deploys: Supports both draft deployments for testing and production deployments for live sites.
  • Use Case: You've finished building your personal portfolio website and want to host it on Netlify. This Skill can handle the entire deployment process, from linking your repository to Netlify to deploying it live.

Quick Start

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

Frequently Asked Questions about netlify-deploy

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

FAQPage Schema
How do I deploy my web project to Netlify?

Deploying to Netlify is automated using the Netlify CLI to handle authentication, site linking, and both preview and production deployments. The process detects your framework and configures settings via netlify.toml for seamless integration.

Can I create a preview deployment before going live on Netlify?

Yes, preview deployments are fully supported for testing before production. Draft deployments allow you to validate your web project on Netlify, ensuring everything works correctly before pushing the final version to your live production site.

Does the Netlify deployment process support automatic framework detection?

Yes, framework detection is handled automatically during the Netlify deployment process. Configuration is managed via netlify.toml, allowing seamless integration with various web development stacks without requiring manual build settings.

What do I need to link my repository and host my frontend on Netlify?

To host your frontend on Netlify, you need to authenticate your account and link your project repository. The deployment workflow uses the Netlify CLI to establish this connection and automate the publishing process.

Is netlify.toml required to configure CI/CD deployments?

Using netlify.toml is the mechanism for configuring framework detection and deployment settings for CI/CD automation. It ensures seamless integration across various web development stacks when deploying to Netlify.