What problem does it solve?
This Skill removes the friction of deploying web projects by automating Netlify CLI workflows including authentication checks, site linking or initialization, build detection, and preview or production publishing so users do not need to manually run and interpret multiple CLI steps.
Core Features & Use Cases
- Authentication handling: Detects Netlify login status and guides browser-based OAuth or environment token authentication.
- Site linking and creation: Attempts Git-remote based linking, falls back to interactive site initialization when needed.
- Build detection and deployment: Infers build commands and publish directories from netlify.toml or package.json, installs dependencies, runs local builds, and performs preview or production deploys.
- Troubleshooting and safety: Advises on common errors, publish directory issues, build failures, and when escalated network access is required for deployment.
- Use case: From a local frontend repo, authenticate, link or create the Netlify site, run the build, and publish a preview deploy for testing before promoting to production.
Quick Start
Run the Netlify deployment workflow from the project root to authenticate or set an API token, link or initialize the site, build the project, and publish a preview or production deploy using the Netlify CLI.