netlify-deploy

Automates Netlify deployments including authentication, linking/creating sites, previews and production via CLI or netlify.toml settings.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ollieb89/.codex --skill netlify-deploy-ollieb89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/ollieb89/.codex/tree/main/skills/.curated/netlify-deploy
Command: npx skills add https://github.com/ollieb89/.codex --skill netlify-deploy-ollieb89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate Netlify deployments by guiding authentication, site linking or creation, and end-to-end deployment orchestration for previews and production.

Core Features & Use Cases

  • Authentication & Site Linking: checks login status, prompts login when needed, links to an existing Netlify site or creates a new one.
  • Automated Build & Deploy: detects project framework/configs and runs builds, deploying to preview or production.
  • Environment & Deployment Management: handles netlify.toml usage, environment variables, and provides deployment feedback.

Quick Start

Run the Netlify deployment flow in your project to produce a preview URL and optionally publish to production.

Frequently Asked Questions about netlify-deploy

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

FAQPage Schema
How do I automate Netlify deployments for a Next.js or React project?

To automate Netlify deployments, this Skill guides authentication, links or creates your site, detects framework configurations, and runs builds to produce preview or production URLs.

Can I generate Netlify preview URLs without publishing to production?

Yes, you can generate Netlify preview URLs without publishing to production. The deployment flow runs builds and deploys to a preview environment, allowing optional promotion to production later.

Does this deployment automation work with monorepos and existing netlify.toml files?

Yes, this deployment automation works with monorepos and uses existing netlify.toml settings when present. It detects project assets and guides dependency installation for the deployment flow.

What is the process for linking a new web project to Netlify?

Linking a new web project to Netlify involves checking your login status, prompting authentication when needed, and linking to an existing site or creating a new one to enable deployments.

How do I handle environment variables during a Netlify CLI deployment?

Handling environment variables during a Netlify CLI deployment is managed through the automated build and deploy process, which configures settings using your netlify.toml and provides deployment feedback.