production-deploy

Community

Automated, safe production deployment.

AuthorDarkMonkDev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates production deployment, acting as the single source of truth for building, pushing, deploying, and validating production services, with built-in safety checks and rollback guidance.

Core Features & Use Cases

  • Automated Build & Push: Builds production images and pushes to the registry.
  • Automated Deploy & Health Checks: Deploys on production servers with health verification and a rollback plan.
  • Prereq Validation: Verifies prerequisites before deployment to minimize risk.

Quick Start

From project root, run:

  • bash .claude/skills/production-deploy/execute.sh To run non-interactively, skip prompts:
  • SKIP_CONFIRMATION=true bash .claude/skills/production-deploy/execute.sh

Dependency Matrix

Required Modules

dockersshgitdoctlbash

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: production-deploy
Download link: https://github.com/DarkMonkDev/WitchCityRope/archive/main.zip#production-deploy

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository