deploy

Automate Vercel or Netlify deployment with config files and environment variables.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/lane2077/claude-code-harness-zh --skill deploy-lane2077
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/lane2077/claude-code-harness-zh/tree/main/codex/.codex/skills/deploy
Command: npx skills add https://github.com/lane2077/claude-code-harness-zh --skill deploy-lane2077

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates deployment and monitoring setup for production projects on Vercel or Netlify, reducing manual configuration and human error.

Core Features & Use Cases

  • Deployment automation: Generate platform-specific config files (vercel.json or netlify.toml) and wire up deployment workflows.
  • Environment management: Guide and apply environment variables to production reliably.
  • Health checks & previews: Enable preview deploys and health-check hooks to ensure production readiness.

Quick Start

Select the deployment target (Vercel or Netlify) and run the automation to generate the appropriate config file.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a vercel.json or netlify.toml configuration file for deployment?

To generate a vercel.json or netlify.toml configuration file, you select your deployment target and run the automation to create the platform-specific config and wire up your deployment workflows.

What's the best way to manage environment variables for Vercel or Netlify deployments?

The best way to manage environment variables for Vercel or Netlify deployments is to use an automated setup that guides and reliably applies your environment variables to production configurations.

Can I set up health checks and preview deployments on Vercel or Netlify?

Yes, you can set up health checks and preview deployments on Vercel or Netlify by configuring health-check hooks and enabling preview deploys to ensure production readiness.

Does this deployment automation support both Vercel and Netlify?

Yes, this deployment automation supports both Vercel and Netlify, allowing you to choose your hosting provider and automatically generate the appropriate configuration files for reliable production releases.

Why do I need guardrails for CI/CD production releases?

You need guardrails for CI/CD production releases to reduce manual configuration and human error, configuring automated health checks and environment management for reliable deployments.