devops
v0.6.6Infrastructure in one plugin: CI/CD ordering, container/image hygiene, Kubernetes limits and probes, deploy strategy with rollback, and secrets handling (devops-practices); Dockerfile and compose discipline (docker-best-practices); and local dev environments generated from evidence — manifests, lockfiles, .env DSNs, CI images — via /devops:init (compose-init). One /devops:review loads the Docker skill when a Dockerfile or compose file is in scope, backed by a PreToolUse guard on workflow files and a devops-engineer worker + devops-reviewer pair. Owns infra-layer observability wiring; defers in-code instrumentation to resilience's observability skill.
By Ivan-WG1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 15, 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 for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install devops@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/galaykos/cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devops/.
Plugin files
├── .claude-plugin/plugin.json├── skills/compose-init/SKILL.md├── skills/devops-practices/SKILL.md└── skills/docker-best-practices/SKILL.md
Included Skills3
Use when generating docker-compose.yml and a Dockerfile to run a project locally — every service and image tag derived from manifest evidence, exact minor tags pinned, healthchecks wired, then boot and verify. Consumes stack-scan's inventory when installed.
Use when writing or reviewing CI/CD pipelines, Kubernetes manifests, deployment strategy, or secrets handling. Local docker-compose dev environments belong to this plugin's compose-init skill; in-code instrumentation belongs to resilience.
Use when writing or auditing Dockerfiles and compose files — layer caching order, .dockerignore, multi-stage builds, exact base tags, non-root USER, HEALTHCHECK, secrets out of layers, PID 1 signals, compose profiles, EOL base images. CI/CD and production deployment belong to devops.
Plugin manifests1
{
"name": "devops",
"version": "0.6.6",
"description": "Infrastructure in one plugin: CI/CD ordering, container/image hygiene, Kubernetes limits and probes, deploy strategy with rollback, and secrets handling (devops-practices); Dockerfile and compose discipline (docker-best-practices); and local dev environments generated from evidence — manifests, lockfiles, .env DSNs, CI images — via /devops:init (compose-init). One /devops:review loads the Docker skill when a Dockerfile or compose file is in scope, backed by a PreToolUse guard on workflow files and a devops-engineer worker + devops-reviewer pair. Owns infra-layer observability wiring; defers in-code instrumentation to resilience's observability skill.",
"author": {
"name": "Ivan-WG",
"email": "[email protected]"
},
"keywords": [
"devops",
"pipeline",
"review",
"worker"
]
}For maintainers
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)