# Devops

> Linux DevOps tools and practices - CI/CD, automation, infrastructure

- Skill: `pluginagentmarketplace/devops` (Agent Skill, multi-file: 11 files)
- Install (CLI): `npx skillmds@latest add pluginagentmarketplace/devops`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pluginagentmarketplace/devops/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: pluginagentmarketplace (https://skillmd.com/u/pluginagentmarketplace)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pluginagentmarketplace/devops

---


# Devops Skill

## Overview

Master Linux DevOps workflows including CI/CD, infrastructure automation, and deployment.

## Capabilities

- **CI/CD**: Jenkins, GitLab CI, GitHub Actions
- **Containerization**: Docker, Podman, containerd
- **Orchestration**: Kubernetes, Docker Swarm
- **Configuration**: Ansible, Terraform, Puppet
- **Monitoring**: Prometheus, Grafana, Nagios

## Examples

```bash
# Start Docker service
sudo systemctl start docker
sudo systemctl enable docker

# Check container status
docker ps -a
```


