all-deploy

Automate end-to-end deployment of web apps, APIs, and agents via CLI.

48|12|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Hainrixz/all-deploy --skill all-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: all-deploy
Source: https://github.com/Hainrixz/all-deploy/tree/main
Command: npx skills add https://github.com/Hainrixz/all-deploy --skill all-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the end-to-end deployment of web projects by combining framework detection, pre-deploy auditing, and controlled promotion to production, reducing human error and secret leakage.

Core Features & Use Cases

  • Detects framework signals and routes to the correct deploy CLI (Vercel, Railway, Docker+SSH, cloudflared).
  • Runs a deterministic pre-deploy audit to catch secrets, misconfigurations, and vulnerable dependencies.
  • Supports a run locally mode and both full-auto and step-by-step deployment flows with explicit user prompts and rollback options.

Quick Start

Say /all-deploy to start a complete audit, target selection, preview, and production flow.

Frequently Asked Questions about all-deploy

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

FAQPage Schema
How do I automate web app deployments to Vercel or Railway while preventing secret leakage?

Automating web app deployments to Vercel or Railway while preventing secret leakage involves running a pre-deploy audit to scan for secrets. This Skill routes your project to the correct CLI and enforces environment-variable handling to ensure controlled promotion to production.

Can I deploy a Docker container to a remote server via SSH with automated rollback options?

Yes, you can deploy a Docker container to a remote server via SSH with automated rollback options. It supports Docker+SSH deploys, enforces health checks, and exposes logs to ensure safe production deployments with explicit rollback options if failures occur.

What is the best way to audit a project for misconfigurations and vulnerable dependencies before deploying?

The best way to audit a project for misconfigurations and vulnerable dependencies before deploying is to run a deterministic pre-deploy audit. This process catches secrets, identifies misconfigurations, and flags vulnerable dependencies to reduce human error.

Does this deployment workflow support running locally and step-by-step guided production flows?

Yes, this deployment workflow supports running locally and step-by-step guided production flows. It detects framework signals, supports a run-locally mode, and offers both full-auto and guided deployment flows with explicit user prompts before promoting to production.

Why does my automated deployment fail environment-variable checks and health checks?

Your automated deployment fails environment-variable checks and health checks because the workflow enforces strict pre-deploy auditing. It validates environment-variable handling and executes health checks to catch misconfigurations, vulnerable dependencies, and blockers before routing to the deploy CLI.

Can I use cloudflared to expose my local web app during an automated deployment workflow?

Yes, you can use cloudflared to expose your local web app during an automated deployment workflow. The Skill detects framework signals and routes deploys to cloudflared, along with Vercel, Railway, and Docker+SSH, supporting a run-locally mode for secure testing.