agentsclimarketplace

Netlify deployment platform

Skill ulpi-io/plugin-marketplace/plugins/bobmatnyc/skills/netlify-deployment-platform

Vercel deployment lifecycle for builds, deployments, previews, release phases, and rollback. Use when configuring build output, deployment workflows, or release controls on Vercel.From its SKILL.md

Install
npx -y skills add ulpi-io/plugin-marketplace --skill netlify-deployment-platform

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.9 KB, 505 tokens by cl100k_base, as published. Nobody here has run it

Vercel Deployments and Builds Skill


progressive_disclosure: entry_point: summary: "Deployments and builds on Vercel: build pipeline, deployment environments, deploy hooks, release phases, checks, and rollback." when_to_use: - "When configuring build and deployment workflows" - "When using preview and production deployments" - "When controlling releases and rollbacks" quick_start: - "Connect a Git repository" - "Review build and deployment settings" - "Use previews for every branch" - "Promote to production and monitor" token_estimate: entry: 90-110 full: 3800-4800

Overview

Vercel deployments and builds cover the full lifecycle from source changes to production releases with automated previews and rollback controls.

Deployments

  • Use preview deployments for every branch or pull request.
  • Promote deployments to production when ready.
  • Configure deployment retention where needed.

Builds

  • Define build settings per project.
  • Use the Build Output API for custom build output.
  • Review build logs for failures.

Release Controls

  • Use release phases for controlled rollouts.
  • Use instant rollback when a deployment causes regressions.
  • Add deployment checks for quality gates.

Automation

  • Trigger deployments with deploy hooks.
  • Add a deploy button for fast deploys.

Complementary Skills

When using this skill, consider these related skills (if deployed):

  • vercel-functions-runtime: Functions and runtime behavior for deployments.
  • vercel-networking-domains: Domains, routing, and CDN behavior.
  • vercel-observability: Logs and tracing for deployment issues.

Note: Complementary skills are optional. This skill is fully functional without them.

Resources

Vercel Docs:

What ships with it: 1 file

472 B alongside SKILL.md

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.