deploy

Automate semantic version updates and Docker rebuilds for software projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of updating project versions and rebuilding Docker containers, streamlining your deployment workflow.

Core Features & Use Cases

  • Version Bumping: Increment patch, minor, or major versions semantically.
  • Docker Rebuilds: Rebuild and restart Docker containers efficiently.
  • Use Case: After fixing a bug, you can use /deploy patch to automatically update the version number in your project files, commit the change, rebuild your Docker image, and restart the container.

Quick Start

Run /deploy patch to update the patch version and rebuild the Docker image.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate version updates and Docker container rebuilds?

You can automate version updates and Docker container rebuilds by running a single command that handles semantic versioning, commits the change, rebuilds the Docker image, and restarts the container.

What's the best way to bump semantic versions for a Docker deployment?

The best way to bump semantic versions for a Docker deployment is using an automated command that increments patch, minor, or major versions and triggers a Docker image rebuild.

Can I update my project version without rebuilding the Docker image?

Yes, you can update your project version without rebuilding the Docker image by using a version-only mode, which skips Docker operations and only updates the version number.

Does this deployment automation support Docker operations like stop and restart?

Yes, this deployment automation supports Docker operations including building images, stopping existing containers, and restarting them with the newly built image.

How do I deploy a patch fix by updating the version and restarting my container?

To deploy a patch fix, you run a single command that automatically updates the patch version in your project files, commits the change, rebuilds the Docker image, and restarts the container.