{
  "markdown": "# superpowers-devops\n\n> **Based on [superpowers](https://github.com/obra/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.\n\n> **For kubernetes-skill, adapted from [KubeShark](https://github.com/LukasNiessen/kubernetes-skill)** by Lukas Niessen - a failure-mode-first, security-hardened Kubernetes agent skill.\n\nA 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.\n\n## What It Does\n\nInstall 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.\n\nWorks in two modes:\n- **Repo mode** - agent has access to your files, scaffolds from templates, modifies configs directly\n- **Chat mode** - no repo needed, paste errors/logs/code and get inline guidance and fix snippets\n\n## Supported Platforms\n\n- Claude Code\n- Cursor\n- Codex\n- OpenCode\n- GitHub Copilot CLI\n- Gemini CLI\n\n## Installation\n\n### Option 1 - Via Plugin Marketplace (recommended)\n\n**Step 1:** Register the marketplace:\n```\n/plugin marketplace add tspry/superpowers-devops\n```\n\n**Step 2:** Install the plugin:\n```\n/plugin install superpowers-devops@superpowersdevops\n```\n\n### Option 2 - Via Git Clone\n\n**Step 1:** Clone the repo:\n```bash\ngit clone https://github.com/tspry/superpowers-devops\n```\n\n**Step 2:** Install from local path:\n```\n/plugin install ./superpowers-devops\n```\n\n### Cursor\n\nSearch for `superpowers-devops` in the plugin marketplace, or:\n\n```\n/add-plugin superpowers-devops\n```\n\n### Codex\n\n```\nFetch and follow instructions from https://raw.githubusercontent.com/tspry/superpowers-devops/main/.codex/INSTALL.md\n```\n\n### OpenCode\n\n```\nFetch and follow instructions from https://raw.githubusercontent.com/tspry/superpowers-devops/main/.opencode/INSTALL.md\n```\n\n## Skills\n\n### Workflow\n- `brainstorming` - refine requirements before touching anything\n- `writing-plans` - break work into reviewable tasks\n- `executing-plans` - run plans via subagents\n- `subagent-driven-development` - drive implementation through delegated subagents\n- `dispatching-parallel-agents` - investigate independent problems in parallel\n- `test-driven-development` - write tests before implementation code\n- `requesting-code-review` - submit changes for peer review\n- `receiving-code-review` - process and act on code review feedback\n- `finishing-a-development-branch` - merge and wrap up completed work\n- `using-git-worktrees` - isolated environments for infra changes\n- `verification-before-completion` - confirm changes actually worked\n- `writing-skills` - create or edit agent skill definitions\n\n### DevOps\n- `infrastructure-provisioning` - Terraform, Ansible, Pulumi\n- `container-operations` - Docker\n- `kubernetes` - Kubernetes manifests, Helm, RBAC, NetworkPolicy, security\n- `ci-cd-pipeline` - GitHub Actions, GitLab CI, Jenkins\n- `cloud-operations` - AWS, GCP, Azure\n- `monitoring-and-alerting` - Prometheus, Grafana, logs\n- `secrets-management` - Vault, SOPS, secret scanning\n- `network-operations` - IPs, ports, firewall rules\n- `reverse-proxy` - Nginx, Traefik, HAProxy, SSL\n- `dns-and-domains` - DNS records, propagation debugging\n- `load-balancing` - upstream configs, health checks\n\n### Code Analysis\n- `systematic-debugging` - root cause before any fix\n- `code-audit` - DevOps readiness + security scan\n- `code-optimization` - memory leaks, loops, performance\n- `error-reading` - stack traces, crash logs, cloud errors\n\n## Slash Commands\n\n| Command | What it does |\n|---|---|\n| `/brainstorm` | Start a guided design session |\n| `/write-plan` | Create an implementation plan |\n| `/execute-plan` | Execute a plan via subagents |\n| `/audit` | Run a DevOps readiness + security audit |\n| `/debug` | Trigger systematic debugging |\n| `/optimize` | Analyze code for performance issues |\n| `/kubernetes` | Author, review, harden, or debug Kubernetes and Helm workloads |\n\n## Tooling\n\nReal templates and configs in `tooling/` organized by domain:\n\n```\ntooling/\n├── ci/           GitHub Actions, GitLab CI, Jenkins\n├── containers/   Dockerfiles, Kubernetes manifests, Helm charts\n├── iac/          Terraform, Ansible, Pulumi\n├── cloud/        AWS, GCP, Azure\n├── monitoring/   Prometheus, Grafana\n├── security/     Vault, SOPS, scanning\n└── network/      Nginx, Traefik, HAProxy\n```\n\nEach domain has generic templates plus opinionated `starters/` for common full-stack setups.\n\n## Verification\n\n- Run `bash tests/validate.sh` for a structural check (frontmatter, path references, conventions)\n- `.pre-commit-config.yaml` provides pre-commit hooks for basic validation before commits\n\n## License\n\nMIT\n",
  "bytes": 4943,
  "sha": "d6bdd2517a4db0bf1ea063b3f9a7d3ccbbf21fd2fd50bc031b071dc76cc5a217",
  "repo_slug": "tspry/superpowers-devops",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_tspry_superpowers_devops_0b2cf23e/readme"
}