Netlify Deploy

🌐Community
by davila7 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add davila7-netlify-deploy npx -- -y @trustedskills/davila7-netlify-deploy
2

Or manually add to ~/.claude/settings.json

~/.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 npx is recommended).
  • You need an active Netlify account and login session.
  • If sandboxing restricts network access, you may need to use the sandbox_permissions=require_escalated flag.
  • 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
37

🌐 Community

Passed automated security scans.