What problem does it solve? Deploying a web project to Netlify involves multiple manual steps—authenticating the CLI, linking or creating a site, configuring build settings, and choosing between preview and production deploys. This Skill automates that entire workflow so a single request results in a live deployment URL. ## Core Features & Use Cases - Authentication & Site Linking: Verifies Netlify CLI login status, guides OAuth or token-based login, and links projects to existing sites via Git remote or creates new sites with netlify init. - Preview and Production Deploys: Runs netlify deploy for draft preview URLs or netlify deploy --prod for live production releases, with framework-aware build detection (Next.js, Vite, static HTML). - Configuration Guidance: Provides references for CLI commands, deployment patterns, and netlify.toml settings including redirects, headers, and environment variables. - Use Case: You finish a React app locally and ask the agent to publish it. The Skill checks authentication, links the repo to Netlify, installs dependencies, deploys a preview for testing, and then promotes it to production with a live URL. ## Quick Start Deploy this project to Netlify and return the preview URL, build settings, and any required fixes.