What problem does it solve?
This Skill standardizes and automates Netlify deployments, build configuration, serverless and edge function placement, environment variable scoping, and build troubleshooting so teams can reliably publish web projects without manual configuration errors.
Core Features & Use Cases
- Git-based deployment workflows: Automatic production deploys from main, deploy previews for feature branches, and easy rollbacks.
- Build configuration: Guidance for netlify.toml settings including build command, publish directory, and Node version selection.
- Serverless and Edge Functions: Conventions for placing functions in netlify/functions and netlify/edge-functions with runtime and timeout considerations.
- Environment and scheduled tasks: Scoping best practices for production, deploy previews, and local development, plus scheduled/background function patterns.
- Build troubleshooting: Common failure causes, local reproduction with Netlify CLI, and cache-clearing remediation steps.
Quick Start
Use the netlify-deployment skill to deploy the current branch to Netlify, validate build settings, and confirm required environment variables are configured.