What problem does it solve? Manually deploying web projects to Netlify involves repetitive CLI steps—checking authentication, linking sites, configuring builds, and choosing between preview and production deploys—which is error-prone and time-consuming. ## 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 ones. - Preview and Production Deploys: Runs npx netlify deploy for preview URLs and npx netlify deploy --prod for production, with framework-aware build detection. - Configuration Guidance: Provides netlify.toml patterns for build commands, publish directories, SPA redirects, and headers. - Use Case: You have a Vite React app in a Git repository and want it live. The skill checks your Netlify login, links the repo to a site, installs dependencies, creates a preview deploy for testing, then deploys to production after your approval. ## Quick Start Use the netlify-deploy skill to deploy the web project in the current directory to Netlify as a preview deploy.