Technical & DevelopmentIntermediate
netlify-deploy
Automated deployment workflow for Netlify sites
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/netlify/context-and-tools --skill netlify-deploynpx skills add https://github.com/netlify/context-and-tools --skill netlify-deployOr paste this URL into your assistant to install:
Overview
What This Skill Does
Deploys web projects to Netlify using the Netlify CLI. Handles authentication, site linking, and both preview and production deploys. Works with static sites and framework-based projects by detecting build config from netlify.toml or package.json.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Netlify Deployment Skill
Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context.
Overview
This skill automates Netlify deployments by:
- Verifying Netlify CLI authentication
- Detecting project configuration and framework
- Linking to existing sites or creating new ones
- Deploying to production or preview environments
Prerequisites
- Netlify CLI: Installed via npx (no global install required)
- Authentication: Netlify account with active login session
- Project: Valid web project in current directory
- Network access: Deployment requires outbound network calls. If sandboxing blocks these, the agent may need to request elevated permissions or prompt the user.
- Timeouts: Deployments can take a few minutes. Use appropriate timeout values for CLI commands.
Authentication Pattern
The skill uses the pre-authenticated Netlify CLI approach:
- Check authentication status with
npx netlify status
Lines 1 - 25 of 230
Recommendations