Handles the full Netlify deployment flow through their CLI, from checking authentication status to pushing sites live. It walks through linking existing sites or spinning up new ones, detects your framework from package.json when possible, and defaults to preview deploys so you can test before going to production. The authentication pattern is sensible: checks if you're logged in, prompts for browser OAuth if not, falls back to API tokens. One thing to appreciate is how it handles the netlify.toml detection and prompts for build settings when the config is missing. Useful when you want to deploy without leaving your editor or need to automate Netlify pushes from an AI workflow.
npx skills add https://github.com/netlify/context-and-tools --skill netlify-deploy