What problem does it solve?
Netlify Deployment Skill removes the guesswork of authenticating, linking a site, choosing preview vs production, and deploying a web project to Netlify.
Core Features & Use Cases
- Authentication verification: Checks Netlify CLI login status and guides the user through browser-based OAuth login or token-based authentication when needed.
- Site linking & initialization: Detects whether a site is linked and links it using the Git remote URL or initializes a new Netlify site when no link exists.
- Framework-aware deployment workflow: Ensures dependencies are installed and deploys with correct preview/production commands, while handling build configuration via netlify.toml or CLI prompts.
Use case examples:
- Deploy a front-end app for testing with a preview URL, then promote to production once it looks good.
- Link a local Git repository to an existing Netlify site and redeploy updates safely.
- Deploy a project when netlify.toml is missing by interactively selecting build settings and publish output.
Quick Start
Tell me to deploy this project to Netlify and return the preview URL and any build configuration needed.