Netlify Deploy
Automatically deploys updated frontend code to a Netlify site managed by davila7.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-netlify-deploy npx -- -y @trustedskills/davila7-netlify-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-netlify-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-netlify-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates deployments to Netlify sites using the Netlify CLI. It intelligently detects project configuration and deployment context, handling authentication, linking existing sites or creating new ones, and deploying to either production or preview environments. The skill simplifies the process of getting your frontend code live on Netlify.
When to use it
- You've made changes to a web project and want to quickly deploy them to Netlify.
- You need to create a new Netlify site from an existing codebase.
- You are using a Git-based workflow for your frontend development and want automated deployments.
- You prefer not to manually manage Netlify CLI authentication and deployment steps.
Key capabilities
- Authentication: Handles Netlify CLI authentication via browser OAuth or API key.
- Site Linking/Creation: Links existing sites or creates new ones, attempting Git remote linking if possible.
- Environment Deployment: Deploys to both production and preview environments.
- Dependency Management: Ensures project dependencies are installed before deployment (e.g.,
npm install,yarn install). - Configuration Detection: Automatically detects project configuration and framework.
Example prompts
- "Deploy my frontend code to Netlify."
- "Create a new Netlify site for this project."
- "Update the production environment on Netlify."
Tips & gotchas
- The Netlify CLI must be installed (using
npxis recommended). - You need an active Netlify account and login session.
- If sandboxing restricts network access, you may need to use the
sandbox_permissions=require_escalatedflag. - Deployment can take a few minutes; ensure appropriate timeout values are set.
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.