skills/smithery.ai/devops-infrastructure

devops-infrastructure

SKILL.md

DevOps Infrastructure

Exclusive to: devops-engineer agent

Instructions

  1. Review existing infrastructure files (Dockerfile, docker-compose, .github/workflows)
  2. Understand deployment requirements
  3. Propose configuration with rollback plan
  4. Implement with safety checks
  5. Verify deployment succeeds

Docker Patterns

Multi-stage Build

FROM composer:2 AS vendor
# Install dependencies
Installs
2
First Seen
Apr 8, 2026