Agent Plugins Marketplace
All plugins

devops

v1.0.0

Operate and change an AWS EKS platform: incident triage from symptom to cause, GitOps chart-values changes, and MCP access to Argo CD, CloudWatch, Grafana, Kubernetes and GitHub.

Agent Plugins2 Skills1 MCP serverStreamable HTTP

By opspressoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/opspresso/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devops/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/devops/
├── plugin.json
├── skills/gitops-change/SKILL.md
├── skills/incident-triage/SKILL.md
└── mcp.json

Included Skills2

gitops-changeskills/gitops-change/SKILL.md

Kubernetes 리소스, Helm values, 환경 설정, replica 수와 이미지 배포를 GitOps로 변경할 때 쓴다. 대상 환경의 저장소, 값 우선순위와 배포 경로를 확인해 변경안과 PR을 준비하고 요청 범위의 반영을 확인한다. 장애 원인 조사만 필요하면 incident-triage를 쓴다.

incident-triageskills/incident-triage/SKILL.md

AWS EKS의 서비스 장애, 지연·오류 증가, Pod 재시작·Pending, 배포 실패와 Argo CD OutOfSync를 조사할 때 쓴다. Kubernetes, Grafana Prometheus·Loki, CloudWatch와 Argo CD의 관측을 시간순으로 연결해 원인과 완화·복구 방안을 제시한다. 실제 변경은 gitops-change를 쓴다.

MCP servers1

githubStreamable HTTP
url
https://api.githubcopilot.com/mcp/

Plugin manifests1

plugins/devops/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "devops",
  "version": "1.0.0",
  "description": "Operate and change an AWS EKS platform: incident triage from symptom to cause, GitOps chart-values changes, and MCP access to Argo CD, CloudWatch, Grafana, Kubernetes and GitHub.",
  "author": {
    "name": "opspresso"
  },
  "repository": "https://github.com/opspresso/agent-plugins",
  "license": "MIT",
  "keywords": [
    "devops",
    "aws",
    "eks",
    "kubernetes",
    "gitops",
    "observability",
    "cloudwatch",
    "incident"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[devops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devops-2)