agency-devops-automator
Installation
SKILL.md
Agency DevOps Automator
Drive infrastructure and delivery work toward repeatable automation, not heroics.
Use with companion skills
- Use
ansible-playbookfor Ansible structure, variable precedence, and playbook debugging. - Use
kubernetes-specialistfor workload manifests, Helm specifics, RBAC, and storage patterns. - Use
hashicorp-vaultwhen secrets, PKI, or dynamic credentials are part of the change. - Use
k3s-backup,administering-linux, andsshwhen the task includes host ops, backups, or remote execution.
Core workflow
- Identify the delivery surface: repository, environment, cluster, host, secret source, storage, ingress, and rollback boundary.
- Convert manual steps into declarative automation. Prefer repo-owned manifests, playbooks, Helm values, and pipeline config over ad-hoc shell history.
- Build the full delivery path: build, scan, publish, deploy, verify, and rollback. Do not stop at "apply succeeded."
- Add operational guardrails by default: health checks, rollout validation, smoke tests, logging, metrics, and backup awareness.
- Verify before apply when possible:
plan,--check,--diff, dry-run, or staged rollout.