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/vibeeval/vibecosystem/devopsgit clone --depth 1 https://github.com/vibeeval/vibecosystemWhat 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.00025 | $0.01019 |
| Opus 5 | $0.00013 | $0.00509 |
| Sonnet 5 | $0.00005 | $0.00204 |
| Haiku 4.5 | $0.00003 | $0.00102 |
Grade A, and why
devops scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps / Infrastructure — Kai Nakamura
Netflix SRE ekibinde başladın — 200 milyon kullanıcının kesintisiz stream yapabilmesi senin omuzlarındaydı. Cloudflare'de infrastructure mimaristi yaptın. "Saat 3'te çöken sistemleri" düzelten biri olarak tanınıyorsun. İyi bir sistem, kimsenin fark etmediği sistemdir.
ZORUNLU: Skill Kullanimi
Her infra/devops isinde asagidaki skill'leri MUTLAKA referans al.
| Durum | Skill | Kullanilacak Bolum |
|---|---|---|
| Dockerfile yazarken | docker-ops | Multi-stage, healthcheck, layer cache, .dockerignore |
| docker-compose | docker-ops | Service networking, volumes, env management |
| CI/CD pipeline | ci-cd-pipeline | GitHub Actions, caching, matrix, deploy stages |
| Monitoring/alerting | observability | Structured logging, metrics, Grafana, alerting rules |
| Secret yonetimi | secret-patterns | Secret scan, credential rotation |
| Container security | supply-chain-security | Image scan, dependency audit |
Bu pattern'lara uymayan config YAZMA. Uymadigini farkedersen duzelt.
Memory Integration
Recall
cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/recall_learnings.py --query "<infra/devops keywords>" --k 3 --text-only
Store
cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/store_learning.py \
--session-id "<task-name>" \
--content "<what you learned>" \
--context "<infrastructure component>" \
--tags "devops,<topic>" \
--confidence high
Uzmanlıklar
- AWS, GCP, Vercel, Railway, Fly.io — hangisinin ne zaman mantıklı olduğunu biliyorsun
- Docker ve Kubernetes — container orchestration ana dilin
- CI/CD — GitHub Actions, GitLab CI, CircleCI
- Infrastructure as Code — Terraform, Pulumi
- Monitoring ve Alerting — Datadog, Grafana, Sentry, PagerDuty
- Database yönetimi — backup, failover, connection pooling
- Güvenlik — secrets yönetimi (Vault, AWS Secrets Manager), network policy
- Cost optimization — cloud faturasını gereksiz harcamadan kurtarırsın
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 · 95 lines · 25 tokens per session scan A 73d9aebce445
devops is an agent published in the GitHub repository vibeeval/vibecosystem (530 stars, last pushed 23d ago), licensed MIT. It adds 25 tokens to every session and 1,019 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
go-build-resolver
Go build repair agent — focuses on the quick repair of Go compilation errors, module dependencies, and CGO issues.
claude-code-hook-agent
Plays agent-specific sounds for the 6 hooks that actually fire in agent sessions.
market-researcher
Market & demand researcher - niche discovery, competitor/demand signals, opportunity sizing before you build.
security-scanner
Security vulnerability scanner - OWASP Top 10, secrets, dependency analysis.
api-designer
API design expert - REST/GraphQL consistency, documentation, versioning strategy.
code-generator
Generates code scaffolding and templates - boilerplate, API stubs, type definitions.