This skill empowers an AI agent to manage the entire lifecycle of deploying web projects to Netlify. It automates the process of verifying authentication, linking local projects to Netlify sites via Git remotes, and executing both preview and production deployments.
Use this skill when a user asks to 'deploy to Netlify', 'publish my site', 'link this repo to Netlify', or 'create a production build' for a web project.
npx netlify status, npx netlify login, npx netlify link, and npx netlify deploy.netlify.toml and detecting frameworks (Next.js, React/Vite) from package.json to suggest correct build commands and publish directories.Optimized for agents with shell access and the ability to execute npx commands, specifically Codex and similar AI coding assistants.
This skill has not been reviewed by our automated audit pipeline yet.