An open API service indexing awesome lists of open source software.

https://github.com/pluginagentmarketplace/custom-plugin-devops

DevOps automation plugin for Claude AI - CI/CD, deployment, monitoring, and infrastructure management tools for plugin development
https://github.com/pluginagentmarketplace/custom-plugin-devops

ai automation ci-cd claude deployment development devops infrastructure marketplace plugin

Last synced: 3 months ago
JSON representation

DevOps automation plugin for Claude AI - CI/CD, deployment, monitoring, and infrastructure management tools for plugin development

Awesome Lists containing this project

README

          

Devops Assistant


[![Version](https://img.shields.io/badge/Version-3.1.0-blue?style=for-the-badge)](https://github.com/pluginagentmarketplace/custom-plugin-devops/releases)
[![License](https://img.shields.io/badge/License-Custom-yellow?style=for-the-badge)](LICENSE)
[![Status](https://img.shields.io/badge/Status-Production-brightgreen?style=for-the-badge)](#)
[![SASMP](https://img.shields.io/badge/SASMP-v1.3.0-blueviolet?style=for-the-badge)](#)

[![Agents](https://img.shields.io/badge/Agents-7-orange?style=flat-square&logo=robot)](#-agents)
[![Skills](https://img.shields.io/badge/Skills-17-purple?style=flat-square&logo=lightning)](#-skills)
[![Commands](https://img.shields.io/badge/Commands-1-green?style=flat-square&logo=terminal)](#-commands)


[๐Ÿ“ฆ **Install Now**](#-quick-start) ยท [๐Ÿค– **Explore Agents**](#-agents) ยท [๐Ÿ“– **Documentation**](#-documentation) ยท [โญ **Star this repo**](https://github.com/pluginagentmarketplace/custom-plugin-devops)

---

### What is this?

> **Devops Assistant** is a Claude Code plugin with **7 agents** and **17 skills** for devops development.

---

## ๐Ÿ“‘ Table of Contents

Click to expand

- [Quick Start](#-quick-start)
- [Features](#-features)
- [Agents](#-agents)
- [Skills](#-skills)
- [Commands](#-commands)
- [Documentation](#-documentation)
- [Contributing](#-contributing)
- [License](#-license)

---

## ๐Ÿš€ Quick Start

### Prerequisites

- Claude Code CLI v2.0.27+
- Active Claude subscription

### Installation (Choose One)

Option 1: From Marketplace (Recommended)

```bash
# Step 1๏ธโƒฃ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-devops

# Step 2๏ธโƒฃ Install the plugin
/plugin install devops-automation-plugin@pluginagentmarketplace-devops

# Step 3๏ธโƒฃ Restart Claude Code
# Close and reopen your terminal/IDE
```

Option 2: Local Installation

```bash
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-devops.git
cd custom-plugin-devops

# Load locally
/plugin load .

# Restart Claude Code
```

### โœ… Verify Installation

After restart, you should see these agents:

```
devops-automation-plugin:06-monitoring-observability
devops-automation-plugin:02-networking-protocols
devops-automation-plugin:04-infrastructure-as-code
devops-automation-plugin:07-cloud-infrastructure
devops-automation-plugin:01-linux-fundamentals
... and 2 more
```

---

## โœจ Features

| Feature | Description |
|---------|-------------|
| ๐Ÿค– **7 Agents** | Specialized AI agents for devops tasks |
| ๐Ÿ› ๏ธ **17 Skills** | Reusable capabilities with Golden Format |
| โŒจ๏ธ **1 Commands** | Quick slash commands |
| ๐Ÿ”„ **SASMP v1.3.0** | Full protocol compliance |

---

## ๐Ÿค– Agents

### 7 Specialized Agents

| # | Agent | Purpose |
|---|-------|---------|
| 1 | **06-monitoring-observability** | Master monitoring and observability with Prometheus, Grafana |
| 2 | **02-networking-protocols** | Master networking fundamentals including TCP/IP, DNS, HTTP/H |
| 3 | **04-infrastructure-as-code** | Master Infrastructure as Code with Terraform, Ansible, and C |
| 4 | **07-cloud-infrastructure** | Master cloud platforms including AWS, Azure, and GCP. Learn |
| 5 | **01-linux-fundamentals** | Master Linux OS fundamentals including process management, f |
| 6 | **05-cicd-automation** | Master CI/CD pipelines with Git, GitHub Actions, GitLab CI, |
| 7 | **03-containers-orchestration** | Master containerization with Docker and orchestration with K |

---

## ๐Ÿ› ๏ธ Skills

### Available Skills

| Skill | Description | Invoke |
|-------|-------------|--------|
| `scripting` | DevOps scripting with Bash, Python, and Go for automation, t | `Skill("devops-automation-plugin:scripting")` |
| `artifact-management` | Artifact repositories with Nexus, Artifactory, and container | `Skill("devops-automation-plugin:artifact-management")` |
| `configuration-management` | Infrastructure configuration with Ansible, Chef, Puppet, and | `Skill("devops-automation-plugin:configuration-management")` |
| `security` | DevSecOps practices including secrets management, SSL/TLS, v | `Skill("devops-automation-plugin:security")` |
| `serverless` | Serverless computing with AWS Lambda, Azure Functions, Googl | `Skill("devops-automation-plugin:serverless")` |
| `networking` | Network protocols and troubleshooting - TCP/IP, DNS, HTTP/HT | `Skill("devops-automation-plugin:networking")` |
| `version-control` | Git version control, branching strategies, GitHub/GitLab wor | `Skill("devops-automation-plugin:version-control")` |
| `observability` | Distributed tracing with Jaeger, OpenTelemetry, and observab | `Skill("devops-automation-plugin:observability")` |
| `cicd` | CI/CD pipelines with Git, GitHub Actions, GitLab CI, Jenkins | `Skill("devops-automation-plugin:cicd")` |
| `iac` | Infrastructure as Code with Terraform, Ansible, and CloudFor | `Skill("devops-automation-plugin:iac")` |
| ... | +7 more | See skills/ directory |

---

## โŒจ๏ธ Commands

| Command | Description |
|---------|-------------|

---

## ๐Ÿ“š Documentation

| Document | Description |
|----------|-------------|
| [CHANGELOG.md](CHANGELOG.md) | Version history |
| [CONTRIBUTING.md](CONTRIBUTING.md) | How to contribute |
| [LICENSE](LICENSE) | License information |

---

## ๐Ÿ“ Project Structure

Click to expand

```
custom-plugin-devops/
โ”œโ”€โ”€ ๐Ÿ“ .claude-plugin/
โ”‚ โ”œโ”€โ”€ plugin.json
โ”‚ โ””โ”€โ”€ marketplace.json
โ”œโ”€โ”€ ๐Ÿ“ agents/ # 7 agents
โ”œโ”€โ”€ ๐Ÿ“ skills/ # 17 skills (Golden Format)
โ”œโ”€โ”€ ๐Ÿ“ commands/ # 1 commands
โ”œโ”€โ”€ ๐Ÿ“ hooks/
โ”œโ”€โ”€ ๐Ÿ“„ README.md
โ”œโ”€โ”€ ๐Ÿ“„ CHANGELOG.md
โ””โ”€โ”€ ๐Ÿ“„ LICENSE
```

---

## ๐Ÿ“… Metadata

| Field | Value |
|-------|-------|
| **Version** | 3.1.0 |
| **Last Updated** | 2025-12-29 |
| **Status** | Production Ready |
| **SASMP** | v1.3.0 |
| **Agents** | 7 |
| **Skills** | 17 |
| **Commands** | 1 |

---

## ๐Ÿค Contributing

Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md).

1. Fork the repository
2. Create your feature branch
3. Follow the Golden Format for new skills
4. Submit a pull request

---

## โš ๏ธ Security

> **Important:** This repository contains third-party code and dependencies.
>
> - โœ… Always review code before using in production
> - โœ… Check dependencies for known vulnerabilities
> - โœ… Follow security best practices
> - โœ… Report security issues privately via [Issues](../../issues)

---

## ๐Ÿ“ License

Copyright ยฉ 2025 **Dr. Umit Kacar** & **Muhsin Elcicek**

Custom License - See [LICENSE](LICENSE) for details.

---

## ๐Ÿ‘ฅ Contributors

Dr. Umit Kacar

Senior AI Researcher & Engineer

Muhsin Elcicek

Senior Software Architect

---

**Made with โค๏ธ for the Claude Code Community**

[![GitHub](https://img.shields.io/badge/GitHub-pluginagentmarketplace-black?style=for-the-badge&logo=github)](https://github.com/pluginagentmarketplace)