Agent Plugins Marketplace
All plugins

devops-skills

v1.0.0

Set of DevOps skills for Claude Code and Codex.

CodexClaude Code31 Skills

By Akin OzerLicense: Apache-2.0315 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
31 skill or MCP entries
Source updated
Jul 26, 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

Install devops-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add devops-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/akin-ozer/cc-devops-skills

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

Plugin files

devops-skills-plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ansible-generator/SKILL.md
├── skills/ansible-validator/SKILL.md
├── skills/azure-pipelines-generator/SKILL.md
├── skills/azure-pipelines-validator/SKILL.md
├── skills/bash-script-generator/SKILL.md
├── skills/bash-script-validator/SKILL.md
├── skills/dockerfile-generator/SKILL.md
├── skills/dockerfile-validator/SKILL.md
├── skills/fluentbit-generator/SKILL.md
├── skills/fluentbit-validator/SKILL.md
├── skills/github-actions-generator/SKILL.md
├── skills/github-actions-validator/SKILL.md
├── skills/gitlab-ci-generator/SKILL.md
├── skills/gitlab-ci-validator/SKILL.md
├── skills/helm-generator/SKILL.md
├── skills/helm-validator/SKILL.md
├── skills/jenkinsfile-generator/SKILL.md
├── skills/jenkinsfile-validator/SKILL.md
├── skills/k8s-debug/SKILL.md
├── skills/k8s-yaml-generator/SKILL.md
├── skills/k8s-yaml-validator/SKILL.md
├── skills/logql-generator/SKILL.md
├── skills/loki-config-generator/SKILL.md
├── skills/makefile-generator/SKILL.md
├── skills/makefile-validator/SKILL.md
├── skills/promql-generator/SKILL.md
├── skills/promql-validator/SKILL.md
├── skills/terraform-generator/SKILL.md
├── skills/terraform-validator/SKILL.md
├── skills/terragrunt-generator/SKILL.md
└── skills/terragrunt-validator/SKILL.md

Included Skills31

ansible-generatorskills/ansible-generator/SKILL.md

Generate, create, or scaffold Ansible playbooks, roles, tasks, handlers, inventory, vars.

ansible-validatorskills/ansible-validator/SKILL.md

Validate, lint, audit, or debug Ansible playbooks, roles, inventories, FQCN, tasks.

azure-pipelines-generatorskills/azure-pipelines-generator/SKILL.md

Generate/create/scaffold azure-pipelines.yml, stages, jobs, steps, or reusable templates.

azure-pipelines-validatorskills/azure-pipelines-validator/SKILL.md

Validate, lint, audit, or review azure-pipelines.yml — syntax, security, best practices.

bash-script-generatorskills/bash-script-generator/SKILL.md

Create, generate, write, or scaffold bash/shell scripts (.sh), automation, or CLI tools.

bash-script-validatorskills/bash-script-validator/SKILL.md

Validate, lint, audit, or fix bash/shell/.sh scripts via ShellCheck.

dockerfile-generatorskills/dockerfile-generator/SKILL.md

Create, generate, or write Dockerfiles and multi-stage Docker images. Containerize apps.

dockerfile-validatorskills/dockerfile-validator/SKILL.md

Validate, lint, audit, or scan a Dockerfile for security and best practices.

fluentbit-generatorskills/fluentbit-generator/SKILL.md

Generate/create Fluent Bit configs — INPUT, FILTER, OUTPUT, parsers, log pipeline.

fluentbit-validatorskills/fluentbit-validator/SKILL.md

Validate, lint, audit, or check Fluent Bit configs (INPUT, FILTER, OUTPUT, tag routing).

github-actions-generatorskills/github-actions-generator/SKILL.md

Create, generate, or scaffold GitHub Actions workflows, action.yml, or .github/workflows CI/CD pipelines.

github-actions-validatorskills/github-actions-validator/SKILL.md

Validate, lint, audit, fix GitHub Actions workflows (.github/workflows).

gitlab-ci-generatorskills/gitlab-ci-generator/SKILL.md

Create, generate, or scaffold .gitlab-ci.yml pipelines, stages, and jobs.

gitlab-ci-validatorskills/gitlab-ci-validator/SKILL.md

Validate, lint, audit, or fix .gitlab-ci.yml pipelines, stages, and jobs.

helm-generatorskills/helm-generator/SKILL.md

Create, scaffold, or generate Helm charts, Chart.yaml, values.yaml, templates, helpers.

helm-validatorskills/helm-validator/SKILL.md

Validate, lint, audit, check Helm charts — Chart.yaml, templates, values.yaml, CRDs, schemas.

jenkinsfile-generatorskills/jenkinsfile-generator/SKILL.md

Generate/create/scaffold Jenkinsfile — declarative, scripted, shared library, CI/CD pipelines.

jenkinsfile-validatorskills/jenkinsfile-validator/SKILL.md

Validate, lint, audit, or check Jenkinsfiles and shared libraries.

k8s-debugskills/k8s-debug/SKILL.md

Diagnose and fix Kubernetes pods, CrashLoopBackOff, Pending, DNS, networking, storage, and rollout failures with kubectl.

k8s-yaml-generatorskills/k8s-yaml-generator/SKILL.md

Generate/create/scaffold Kubernetes YAML — Deployment, Service, ConfigMap, Ingress, RBAC, StatefulSet, CRDs.

k8s-yaml-validatorskills/k8s-yaml-validator/SKILL.md

Validate, lint, audit, or dry-run Kubernetes manifests (Deployment, Service, ConfigMap, CRD).

logql-generatorskills/logql-generator/SKILL.md

Generate LogQL queries, log stream selectors, metric queries, and alerting rules for Grafana Loki.

loki-config-generatorskills/loki-config-generator/SKILL.md

Generate/create Loki configs — ingester, querier, compactor, ruler, S3/GCS/Azure backends.

makefile-generatorskills/makefile-generator/SKILL.md

Create, generate, or scaffold Makefiles with .PHONY targets and build automation.

makefile-validatorskills/makefile-validator/SKILL.md

Validate, lint, audit, or check Makefiles and .mk files for errors.

promql-generatorskills/promql-generator/SKILL.md

Generate/create/write PromQL queries, metric expressions, alerting rules, recording rules, Prometheus dashboards.

promql-validatorskills/promql-validator/SKILL.md

Validate, lint, audit, or fix PromQL queries and alerting rules; detects anti-patterns.

terraform-generatorskills/terraform-generator/SKILL.md

Create, generate, write, or scaffold Terraform .tf HCL — resources, modules, providers, variables, outputs.

terraform-validatorskills/terraform-validator/SKILL.md

Validate, lint, audit, or plan Terraform/.tf/HCL files; runs tflint, checkov, terraform validate.

terragrunt-generatorskills/terragrunt-generator/SKILL.md

Generate/create/scaffold Terragrunt HCL files — root.hcl, terragrunt.hcl, child modules, stacks, multi-env layouts.

terragrunt-validatorskills/terragrunt-validator/SKILL.md

Validate, lint, audit, or check Terragrunt .hcl/terragrunt.hcl files, stacks, modules, compliance.

Plugin manifests2

devops-skills-plugin/.codex-plugin/plugin.json
{
  "name": "devops-skills",
  "version": "1.0.0",
  "description": "Set of DevOps skills for Claude Code and Codex.",
  "author": {
    "name": "Akin Ozer",
    "email": "[TODO: [email protected]]",
    "url": "https://github.com/akin-ozer"
  },
  "homepage": "https://github.com/akin-ozer/cc-devops-skills",
  "repository": "https://github.com/akin-ozer/cc-devops-skills.git",
  "license": "Apache-2.0",
  "keywords": [
    "devops",
    "skills",
    "codex"
  ],
  "skills": "./skills/",
  "hooks": "[TODO: ./hooks.json]",
  "mcpServers": "[TODO: ./.mcp.json]",
  "apps": "[TODO: ./.app.json]",
  "interface": {
    "displayName": "DevOps Skills",
    "shortDescription": "DevOps skill pack for infrastructure and pipeline work.",
    "longDescription": "A practical skill pack for DevOps work in Claude Code and Codex desktop, including generators, validators, and Kubernetes debugging workflows.",
    "developerName": "Akin Ozer",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/akin-ozer/cc-devops-skills",
    "privacyPolicyURL": "[TODO: https://example.com/privacy]",
    "termsOfServiceURL": "[TODO: https://example.com/terms]",
    "defaultPrompt": [
      "Generate a secure GitHub Actions workflow.",
      "Validate this Terraform module for risks.",
      "Help debug a failing Kubernetes rollout."
    ],
    "brandColor": "[TODO: #3B82F6]",
    "composerIcon": "[TODO: ./assets/icon.png]",
    "logo": "[TODO: ./assets/logo.png]",
    "screenshots": [
      "[TODO: ./assets/screenshot1.png]",
      "[TODO: ./assets/screenshot2.png]",
      "[TODO: ./assets/screenshot3.png]"
    ]
  }
}
devops-skills-plugin/.claude-plugin/plugin.json
{
  "name": "devops-skills",
  "description": "Set of DevOps skills for Claude Code.",
  "version": "1.0.0",
  "author": {
    "name": "Akin Ozer"
  }
}

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

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