What problem does it solve? It removes the guesswork from deploying sites to Netlify by providing exact CLI commands for installation, authentication, site linking, deployment, and environment variable management across Git-based and manual workflows. ## Core Features & Use Cases - Site Deployment: Run Git-based continuous deploys or manual local deploys with netlify deploy and netlify deploy --prod. - Local Development: Start a dev server with netlify dev or integrate the Netlify Vite plugin for framework-native development with Functions, Blobs, and environment variables. - Environment Variable Management: Set, list, import, and scope variables per deploy context (production, deploy-preview, branch) via netlify env commands. - Use Case: You have a Vite React app ready to ship. Use this Skill to link the project, set production environment variables, and trigger a production deploy without touching the Netlify dashboard. ## Quick Start Ask the assistant to link this project to a Netlify site and run a production deploy using the Netlify CLI.