netlify-deploy

Orchestrate Netlify deployments with authentication, linking, and deploy execution.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/metric-space-ai/ctox --skill netlify-deploy-metric-space-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/metric-space-ai/ctox/tree/main/skills/packs/deploy/netlify-deploy
Command: npx skills add https://github.com/metric-space-ai/ctox --skill netlify-deploy-metric-space-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy and manage Netlify deployments by orchestrating authentication, site linking, and deployment execution from a local project.

Core Features & Use Cases

  • Verifies Netlify CLI authentication and guides login if needed
  • Detects project configuration and framework, auto-detects netlify.toml, and suggests build/publish settings
  • Links to existing Netlify sites or creates new ones via interactive init
  • Performs preview (draft) deployments and production deployments
  • Provides post-deploy reporting with deploy URL and site URL
  • Supports monorepo setups and multiple environments via netlify.toml configurations

Quick Start

Authenticate with Netlify and deploy by using the Netlify CLI in your project directory, following prompts to link or create a site and run a production or preview deploy.

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 from a local project directory?

You can automate Netlify deployments by orchestrating authentication, site linking via git remote, and executing production or preview deploys directly using the Netlify CLI within your local project.

Can I deploy a monorepo project to Netlify using the CLI?

Yes, deploying a monorepo to Netlify is supported. The process handles monorepo setups by detecting your project configuration and applying the appropriate netlify.toml configurations for the deployment.

What's the best way to handle Netlify CLI authentication and site linking for a new static site?

The best way to handle Netlify CLI authentication is through guided login and interactive init, which links your local static site directory to an existing Netlify site or creates a new one.

Does the Netlify deployment process support automatic framework detection?

Yes, Netlify deployment supports automatic framework detection. It auto-detects your project framework and netlify.toml file to suggest the correct build and publish settings.

How do I run a preview deployment before pushing to production on Netlify?

You run a preview deployment before production by executing a draft deploy via the Netlify CLI, which provides a deploy URL and status report without affecting your live site.