Based on superpowers by Jesse Vincent — the original AI coding agent skill plugin. This repo is a DevOps-focused transformation: same plugin architecture, entirely new skill set built around infrastructure, containers, CI/CD, cloud, networking, code analysis, and debugging.
A unified DevOps intelligence layer for AI coding agents. Combines AI agent skills that guide you through DevOps workflows with real production-ready tooling templates — all in one plugin.
Install once. Then just work. When you paste an error, a crash log, a Terraform plan, or a broken nginx config, the right skill kicks in automatically and guides you through diagnosis and resolution.
Works in two modes:
- Repo mode — agent has access to your files, scaffolds from templates, modifies configs directly
- Chat mode — no repo needed, paste errors/logs/code and get inline guidance and fix snippets
- Claude Code
- Cursor
- Codex
- OpenCode
- GitHub Copilot CLI
- Gemini CLI
Step 1: Register the marketplace:
/plugin marketplace add tspry/superpowers-devops
Step 2: Install the plugin:
/plugin install superpowers-devops@superpowersdevops
Step 1: Clone the repo:
git clone https://github.com/tspry/superpowers-devopsStep 2: Install from local path:
/plugin install ./superpowers-devops
Search for superpowers-devops in the plugin marketplace, or:
/add-plugin superpowers-devops
Fetch and follow instructions from https://raw.githubusercontent.com/tspry/superpowers-devops/main/.codex/INSTALL.md
Fetch and follow instructions from https://raw.githubusercontent.com/tspry/superpowers-devops/main/.opencode/INSTALL.md
brainstorming— refine requirements before touching anythingwriting-plans— break work into reviewable tasksexecuting-plans— run plans via subagentsusing-git-worktrees— isolated environments for infra changesverification-before-completion— confirm changes actually worked
infrastructure-provisioning— Terraform, Ansible, Pulumicontainer-operations— Docker, Kubernetes, Helmci-cd-pipeline— GitHub Actions, GitLab CI, Jenkinscloud-operations— AWS, GCP, Azuremonitoring-and-alerting— Prometheus, Grafana, logssecrets-management— Vault, SOPS, secret scanningnetwork-operations— IPs, ports, firewall rulesreverse-proxy— Nginx, Traefik, HAProxy, SSLdns-and-domains— DNS records, propagation debuggingload-balancing— upstream configs, health checks
systematic-debugging— root cause before any fixcode-audit— DevOps readiness + security scancode-optimization— memory leaks, loops, performanceerror-reading— stack traces, crash logs, cloud errors
| Command | What it does |
|---|---|
/brainstorm |
Start a guided design session |
/write-plan |
Create an implementation plan |
/execute-plan |
Execute a plan via subagents |
/audit |
Run a DevOps readiness + security audit |
/debug |
Trigger systematic debugging |
/optimize |
Analyze code for performance issues |
Real templates and configs in tooling/ organized by domain:
tooling/
├── ci/ GitHub Actions, GitLab CI, Jenkins
├── containers/ Dockerfiles, Kubernetes, Helm
├── iac/ Terraform, Ansible, Pulumi
├── cloud/ AWS, GCP, Azure
├── monitoring/ Prometheus, Grafana
├── security/ Vault, SOPS, scanning
└── network/ Nginx, Traefik, HAProxy
Each domain has generic templates plus opinionated starters/ for common full-stack setups.
MIT