netlify-deploy
Installation
SKILL.md
Netlify Deployment Skill
Deploy web projects to Netlify using the Netlify CLI, with emphasis on safe previews, correct site linking, and accurate build configuration.
Overview
This skill helps an agent:
- Verify Netlify CLI availability and authentication
- Inspect the project's framework, build command, and publish directory
- Link the local project to an existing Netlify site or create a new one
- Prefer preview deploys first, then promote to production when appropriate
- Adjust
netlify.tomlwhen configuration is missing or incorrect
Prerequisites
- The current environment can run terminal commands.
- Netlify CLI is available, typically via
npx netlify. - The user can authenticate to Netlify.
- The working directory contains a deployable web project.