master-de-deployment

Automate deployment strategy selection and execution for Next.js, Vite, and static sites.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Alpizar28/SkillsAntigravity --skill master-de-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-de-deployment
Source: https://github.com/Alpizar28/SkillsAntigravity/tree/main/skills/master-de-deployment
Command: npx skills add https://github.com/Alpizar28/SkillsAntigravity --skill master-de-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Esta habilidad guía a equipos y desarrolladores para preparar y ejecutar despliegues de sitios web y landing pages, minimizando errores y tiempos de entrega.

Core Features & Use Cases

  • Análisis de stack: identifica Next.js, Vite o proyectos estáticos y propone la estrategia de despliegue adecuada.
  • Ejecución y verificación: automatiza o recomienda comandos de despliegue y verifica que la URL de producción sea accesible.
  • Checklist de pre-despliegue: garantiza variables de entorno, build de producción y repositorio limpio.

Quick Start

Ejecuta la estrategia de despliegue recomendada para un proyecto existente tras la aprobación del usuario.

Frequently Asked Questions about master-de-deployment

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

FAQPage Schema
How do I deploy a Next.js or Vite project to production?

Next.js or Vite deployment to production is automated by this Skill through stack analysis, environment variable configuration, and safe execution of deployment commands. It guides developers from build verification to final hosting execution.

What is the best way to prepare a web project for deployment?

The best way to prepare a web project for deployment is using a pre-deployment checklist that verifies environment variables, ensures a successful production build, and confirms a clean repository state before executing hosting commands.

Does this deployment automation work with static sites?

Yes, this deployment automation works with static sites, as well as Next.js and Vite projects. It identifies your project stack and proposes the corresponding optimal deployment strategy for your static assets.

Can I automate environment variable configuration before a production build?

You can automate environment variable configuration before a production build using this Skill. It ensures all necessary environment variables are set correctly during its pre-deployment checklist phase to prevent build failures.

Why does my web deployment fail even after a successful build?

Web deployment can fail after a successful build due to missing environment variables or an unclean repository state. This Skill prevents these issues by enforcing a pre-deployment checklist and verifying that your production URL is accessible.