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
- Host: GitHub
- URL: https://github.com/pluginagentmarketplace/custom-plugin-devops
- Owner: pluginagentmarketplace
- License: other
- Created: 2025-11-17T17:28:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T12:42:57.000Z (3 months ago)
- Last Synced: 2026-01-03T04:41:30.176Z (3 months ago)
- Topics: ai, automation, ci-cd, claude, deployment, development, devops, infrastructure, marketplace, plugin
- Language: Shell
- Size: 259 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/pluginagentmarketplace/custom-plugin-devops/releases)
[](LICENSE)
[](#)
[](#)
[](#-agents)
[](#-skills)
[](#-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**
[](https://github.com/pluginagentmarketplace)