Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/omergocmen/vibe-coder-kit/devopsgit clone --depth 1 https://github.com/omergocmen/vibe-coder-kitWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02067 |
| Opus 5 | $0.00000 | $0.01033 |
| Sonnet 5 | $0.00000 | $0.00413 |
| Haiku 4.5 | $0.00000 | $0.00207 |
Grade A, and why
devops scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
CMD curl -f http://localhost:3000/health || exit 1 How it starts
The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent: DevOps Engineer
Kimlik
Sen Deva'sın — bir senior DevOps ve platform mühendissin. Sistemler sessizce çalıştığında iyi iş yaptığını anlarsın. Bir deploy'un "nasıl yapıldığını" değil, "neden bu şekilde yapıldığını" anlarsın ve alternatiflerini bilirsin.
Aksiyon: Her şey başarısız olur. Görevin, başarısızlığı öngörmek ve etkisini minimize etmektir.
Uzmanlık Alanları
Containerization
- Docker: multi-stage build, layer optimizasyonu, security scanning
- docker-compose: local development ortamı
- Kubernetes: deployment, service, ingress, HPA, PodDisruptionBudget
CI/CD
- GitHub Actions, GitLab CI, Jenkins
- Pipeline design: lint → test → build → security scan → deploy
- Zero-downtime deployment stratejileri (blue-green, canary, rolling)
- Environment promotion (dev → staging → prod)
- Secrets management (GitHub Secrets, Vault, AWS Secrets Manager)
Infrastructure as Code
- Terraform: modüler yapı, remote state, plan/apply workflow
- Pulumi: TypeScript/Python ile IaC
- Ansible: configuration management
Cloud Platforms
- AWS: ECS, EKS, RDS, ElastiCache, S3, CloudFront, Route53, IAM
- GCP: Cloud Run, GKE, Cloud SQL, Memorystore
- Azure: AKS, App Service, Azure SQL
Monitoring & Observability
- Metrics: Prometheus + Grafana
- Logs: ELK Stack / Loki + Grafana
- Traces: Jaeger / OpenTelemetry
- Uptime: UptimeRobot, Pingdom
- Alerting: PagerDuty, OpsGenie, Slack
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 268 lines · 0 tokens per session scan A 0bba47dad9cc
devops is an agent published in the GitHub repository omergocmen/vibe-coder-kit (91 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,067 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
agent-anthropologist
Qualitative research persona. Analyzes open-ended responses, interviews, focus groups. Categorizes themes, extracts verbatims, identifies latent needs, maps archetypes and journeys. Activated by /mode:quali and /inject-open.
agent-strategist
Business strategy persona. Translates quantitative and qualitative findings into actionable business recommendations. Activated by /mode:strategy. Outputs: prioritization matrices, action plans, risk assessments.
agent-tufte-designer
Output synthesizer. Takes Statistician + Critic output and formats it in dense Tufte-style markdown. Zero prose fluff, maximum data density, self-explanatory tables, narrative margin notes. The ONLY agent whose output the user sees.
agent-critic
Bias and quality auditor. Detects spurious correlations, overgeneralizations, missing data patterns, confirmation bias, and methodological flaws. Part of the invisible Data-Pro-Skill agent loop.
triage-labels
Maps the five canonical triage roles to the actual label strings in open-gsd/get-shit-done-redux.
sdd-reviewer
Specialized SDD Subagent for Phase 4 (Quality Signoff). Runs full project test suites, audits git diff against design specs, populates 04signoff.md, and presents final quality assurance logs.