devops-automation-pack

Complete DevOps automation suite with 25 plugins covering Git workflows, CI/CD pipelines, Docker optimization, Kubernetes management, Terraform IaC, and deployment strategies

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category devops
Version 1.0.0
Stars 1,193
Downloads 12
self.md verified
Table of content

Complete DevOps automation suite with 25 plugins covering Git workflows, CI/CD pipelines, Docker optimization, Kubernetes management, Terraform IaC, and deployment strategies

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/devops-automation-pack

Contents

Folders: docs, plugins, skills

Files: LICENSE, README.md

Documentation

Professional DevOps tools that save you 10+ hours per week

Version 1.0.0 | October 2025


What Is This?

The DevOps Automation Pack is a collection of 25 professional plugins for Claude Code that automate your DevOps workflow.

Instead of manually:

You get:

All built-in to Claude Code.


What’s Included

25 Professional Plugins

Git Workflow (5 commands)

CI/CD Automation (6 plugins: 1 agent + 5 commands)

Docker (4 plugins: 1 agent + 3 commands)

Kubernetes (4 plugins: 1 agent + 3 commands)

Terraform (4 plugins: 1 agent + 3 commands)

Deployment (2 plugins: 1 agent + 1 command)

Total: 19 commands + 6 AI agents = 25 powerful plugins


Quick Start

Installation takes 5 minutes:

  1. Download the pack from your purchase email
  2. Extract the ZIP file
  3. Install with claude plugin install .
  4. Try it with /commit-smart

Your first workflow (5 minutes):

# Create a feature branch
/branch-create

# Make changes, then commit
/commit-smart

# Open a pull request
/pr-create

See docs/QUICK_START.md for detailed walkthrough.


Who Is This For?

Perfect For:

You’ll Benefit If You:

Required Knowledge:


Real Results

What users accomplish:

TaskManual TimeWith PackSaved
First CI/CD pipeline2-3 days2 minutes20 hours
Docker migration1 week15 minutes39 hours
Kubernetes deployment2-3 weeks3 days2+ weeks
Pipeline optimization-2 hours7.2 hr/day
Terraform adoption3 weeks2 days2.5 weeks

Average time saved: 10-15 hours per week

See docs/USE_CASES.md for 7 detailed real-world scenarios.


Documentation

Getting Started

Reference

Support


Requirements

Minimum Requirements

…(truncated)

Included Skills

This plugin includes 1 skill definition:

generating-conventional-commits

|

View skill definition

Devops Automation Pack

This skill provides automated assistance for devops automation pack tasks.

Overview

This skill provides automated assistance for devops automation pack tasks. This skill helps you create well-formatted, informative commit messages that follow the conventional commits standard, improving collaboration and automation in your Git workflow. It saves you time and ensures consistency across your project.

How It Works

  1. Analyze Changes: The skill analyzes the staged changes in your Git repository.
  2. Generate Suggestion: It uses AI to generate a commit message based on the analyzed changes, adhering to the conventional commits format (e.g., feat: add new feature, fix: correct bug).
  3. Present to User: The generated commit message is presented to you for review and acceptance.

When to Use This Skill

This skill activates when you need to:

Examples

Example 1: Adding a New Feature

User request: “Generate a commit message for these changes.”

The skill will:

  1. Analyze the staged changes related to a new feature.
  2. Generate a commit message like feat: Implement user authentication.

Example 2: Fixing a Bug

User request: “Create a commit for the bug fix.”

The skill will:

  1. Analyze the staged changes related to a bug fix.
  2. Generate a commit m

…(truncated)

Source

View on GitHub

Tags: devops devopsci-cddockerkubernetesterraformdeploymentinfrastructureautomationpackage