deploy

Automate Docker Compose and Caddy deployments with pre-deployment checks and service verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MarioWinter/merch-miner --skill deploy-mariowinter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/MarioWinter/merch-miner/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/MarioWinter/merch-miner --skill deploy-mariowinter

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment process for a Docker Compose and Caddy stack, ensuring production readiness through comprehensive checks and environment setup.

Core Features & Use Cases

  • Pre-deployment Validation: Ensures all build processes, tests, and code quality checks pass before deployment.
  • Environment Configuration: Guides through setting up production environment variables and Caddy reverse proxy configurations.
  • Deployment & Monitoring: Executes Docker Compose commands to deploy services and monitors logs for errors.
  • Post-deployment Verification: Confirms the application is healthy, functional, and feature-specific flows are working in production.
  • Use Case: After rigorous QA, use this Skill to deploy a new feature to production, including updating documentation, creating git tags, and verifying the live application.

Quick Start

Use the deploy skill to deploy the current feature to production.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Docker Compose and Caddy deployment to production?

Automate Docker Compose and Caddy deployment by running pre-deployment checks, setting up environment variables, executing service commands, and verifying post-deployment application health.

What steps are needed to validate a Docker Compose stack before production deployment?

Validate a Docker Compose stack before production deployment by ensuring build processes pass, tests succeed, code quality checks pass, and feature spec validation and QA approval are complete.

Does this deployment process configure the Caddy reverse proxy automatically?

The deployment process guides environment configuration including setting up production environment variables and Caddy reverse proxy configurations for web services, databases, and queues.

What post-deployment verification is needed after running Docker Compose in production?

Post-deployment verification confirms the application is healthy, functional, and feature-specific flows are working in production, including monitoring logs for errors and updating documentation.

Can I use this deployment workflow for databases and queues, not just web services?

Yes, the deployment workflow manages production-ready configurations for web services, databases, and queues within the Docker Compose and Caddy stack.

What limitations should I expect when deploying with Docker Compose and Caddy?

Limitations include strict adherence to feature spec validation and QA approval requirements, meaning deployment cannot proceed without passing all pre-deployment checks and code quality validations.