Netlify Deploy
Automates Netlify site deployments directly from your AI workflow, streamlining updates and releases.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add netlify-netlify-deploy npx -- -y @trustedskills/netlify-netlify-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"netlify-netlify-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/netlify-netlify-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The netlify-netlify-deploy skill automates deployments to Netlify. It allows you to easily push code changes from your local machine or a repository directly to your Netlify site, handling build processes and asset management automatically. This simplifies the process of updating websites and applications hosted on Netlify.
When to use it
- Deploying a new version of a static website after making content updates.
- Automating deployments from a Git repository whenever changes are pushed.
- Quickly deploying experimental features or bug fixes to a staging environment on Netlify.
- Setting up continuous deployment pipelines for web applications.
Key capabilities
- Automated builds and deploys
- Git integration
- Asset management
- Continuous Deployment support
Example prompts
- "Deploy the latest changes from my main branch to my live site."
- "Create a deploy preview for this new feature branch."
- "Trigger a build on Netlify with these specific commit details."
Tips & gotchas
- Requires an existing Netlify account and a deployed site.
- Ensure your project has a
netlify.tomlfile or appropriate configuration to define the build process.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.