What problem does it solve?
It solves the problem of reliably installing, authenticating, linking, and deploying a site to Netlify without getting stuck on CLI workflow details or environment variable setup.
Core Features & Use Cases
- Install and Authenticate: Set up the Netlify CLI globally or in CI and manage login status with
netlify login and netlify status, using NETLIFY_AUTH_TOKEN for non-interactive environments.
- Link and Initialize a Site: Connect a project to an existing Netlify site, create new sites, and configure Git-based or manual workflows via
netlify link and netlify init.
- Build and Deploy Across Modes: Run local development with
netlify dev (or use the Netlify Vite plugin) and perform deploys using netlify deploy for previews, --prod for production, or --dir for prebuilt outputs, while managing environment variables with netlify env:* including secret and context scoping.
Quick Start
Use the skill to link your repository to Netlify, configure required environment variables, then run a local dev server and publish a production deploy.