Linux DevOps tools and practices - CI/CD, automation, infrastructure
View on GitHubpluginagentmarketplace/custom-plugin-linux
custom-plugin-linux
January 20, 2026
Select agents to install to:
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-linux/blob/main/skills/devops/SKILL.md -a claude-code --skill devopsInstallation paths:
.claude/skills/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 ```