plugins marketplace
← All plugins

devops-automation-pack

v1.30.0

25 professional DevOps plugins for CI/CD, deployment, Docker, Kubernetes, and infrastructure automation. Save 20+ hours of manual work.

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/packages/devops-automation-pack/ inside the repository.

Layout

plugins/packages/devops-automation-pack/
├── .claude-plugin/plugin.json
└── skills/generating-conventional-commits/SKILL.md

Skills1

generating-conventional-commitsskills/generating-conventional-commits/SKILL.md

Execute generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially a... Use when managing version control. Trigger with phrases like 'commit', 'branch', or 'git'.

Manifests1

plugins/packages/devops-automation-pack/.claude-plugin/plugin.json
{
  "name": "devops-automation-pack",
  "version": "1.30.0",
  "description": "25 professional DevOps plugins for CI/CD, deployment, Docker, Kubernetes, and infrastructure automation. Save 20+ hours of manual work.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]",
    "url": "https://github.com/jeremylongshore"
  },
  "homepage": "https://claudecodeplugins.io/",
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "devops",
    "ci-cd",
    "docker",
    "kubernetes",
    "terraform",
    "deployment",
    "infrastructure",
    "automation",
    "git",
    "cicd",
    "package",
    "collection",
    "agent-skills"
  ]
}