devops-infrastructure
SKILL.md
DevOps Infrastructure
Exclusive to: devops-engineer agent
Instructions
- Review existing infrastructure files (Dockerfile, docker-compose, .github/workflows)
- Understand deployment requirements
- Propose configuration with rollback plan
- Implement with safety checks
- Verify deployment succeeds
Docker Patterns
Multi-stage Build
FROM composer:2 AS vendor
# Install dependencies