Linux DevOps tools and practices - CI/CD, automation, infrastructure
Executes Linux DevOps commands for CI/CD, containerization, and infrastructure automation. Triggers when you need to manage Docker, Kubernetes, Ansible, or other DevOps tools.
/plugin marketplace add pluginagentmarketplace/custom-plugin-linux/plugin install custom-plugin-linux@pluginagentmarketplace-linuxThis skill inherits all available tools. When active, it can use any tool Claude has access to.
*-SKILL.mdassets/config.yamlassets/schema.jsoncloud-SKILL.mddocker-SKILL.mdkubernetes-SKILL.mdreferences/GUIDE.mdreferences/PATTERNS.mdscripts/validate.pyterraform-SKILL.mdMaster Linux DevOps workflows including CI/CD, infrastructure automation, and deployment.
# Start Docker service
sudo systemctl start docker
sudo systemctl enable docker
# Check container status
docker ps -a