netlify-deploy

Authenticate, link, and deploy Netlify sites with production or preview flows.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ChristineTham/lp --skill netlify-deploy-christinetham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/ChristineTham/lp/tree/main/.agents/skills/netlify-deploy
Command: npx skills add https://github.com/ChristineTham/lp --skill netlify-deploy-christinetham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Netlify deployments can be manual and error-prone, requiring authentication, site linking, and configuration steps before a site can be deployed.

Core Features & Use Cases

  • Authenticate Netlify CLI, detect site linkage, and link or create a Netlify site.
  • Automatically install dependencies and determine build settings.
  • Deploy previews for ongoing work and production deployments for stable releases.
  • Use cases include linking an existing Git repo to a Netlify site, performing first-time production deploys, and performing quick previews during feature development.

Quick Start

Authenticate with the Netlify CLI and run the recommended deploy flow for your project.

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 the command line?

Automate Netlify deployments by authenticating the CLI, linking your project directory to a site, and executing framework-detected build configurations for production or preview releases.

What's the best way to link a local project directory to an existing Netlify site?

Link a local project by verifying Netlify CLI authentication status, detecting existing site linkage, and either linking to an existing site or creating a new one for your current directory.

Can I generate a Netlify preview deploy during feature development?

Generate a preview deploy by executing the deployment flow for ongoing work, which automatically installs dependencies and applies framework-detected build settings before publishing.

Does this Netlify deployment flow handle framework-detected build configurations?

Framework-detected build configurations are applied automatically during the deployment process, determining install and build settings without requiring manual configuration input.

Why do I need to verify authentication status before a production deploy?

Verifying authentication status is required before a production deploy to ensure the CLI has the necessary permissions to link your site and execute stable release deployments successfully.