self-healing-cloud-orchestrator

self-healing-cloud-orchestrator is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 53 tokens per session (912 once invoked), scanned A, original, MIT.

A cloud operations guide that watches application logs and error reports, finds likely causes in the code, and prepares fixes for deployment problems.

In plain words
What is it for?
Use it to investigate crashes, memory problems, missing settings, rejected asynchronous operations, and sudden increases in server errors.
Why use it?
It addresses the delay between a production failure and identifying, testing, and deploying a correction.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate crashes, memory problems, missing settings, rejected asynchronous operations, and sudden increases in server errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/self-healing-cloud-orchestrator
Install

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.

Any agent
npx skills add roedyrustam/vibes-plug --skill self-healing-cloud-orchestrator
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for self-healing-cloud-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/self-healing-cloud-orchestrator/github.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/self-healing-cloud-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/self-healing-cloud-orchestrator"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/self-healing-cloud-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for self-healing-cloud-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/self-healing-cloud-orchestrator"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/self-healing-cloud-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 912 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00912
Opus 5 $0.00026 $0.00456
Sonnet 5 $0.00011 $0.00182
Haiku 4.5 $0.00005 $0.00091

Measured 6d ago against content hash 71296ff3dffe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

self-healing-cloud-orchestrator 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 6d ago.

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.

skills/self-healing-cloud-orchestrator/SKILL.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Self-Healing Cloud Orchestrator (Code-to-Cloud Auto Remediation)

English | Bahasa Indonesia


English

Description

Bridges the gap between code generation and Cloud Operations (CloudOps). This agent continuously monitors production or staging logs (via Vercel, AWS CloudWatch, Datadog, or Sentry MCP servers). When an anomaly, crash (OOM, Null Pointer), or configuration mismatch occurs, it autonomously downloads the stack trace, identifies the root cause in the source code, writes a patch, validates it locally, and pushes a hotfix deployment without requiring human intervention.

Trigger Conditions

  • Post-deployment in Phase 8, running as a persistent background daemon.
  • When an application goes down or experiences a spike in 5xx errors.
  • When proactive-background-watcher detects a critical health-check failure.

Operating Protocol

  1. Telemetry Ingestion: Listens to structured logs and APM alerts.
  2. Root Cause Analysis (RCA): Parses stack traces and maps them to the local repository's current commit state.
  3. Autonomous Patching: Writes the necessary fix (e.g., adding missing env vars, fixing memory leaks, patching unhandled promise rejections).
  4. Validation & Deploy: Runs local unit/E2E tests via autonomous-tdd-debugger and commits the hotfix to trigger the CI/CD pipeline.

Orchestration & Integration

  • Utilizes proactive-background-watcher for continuous daemon execution.
  • Consumes data from logging-error-tracking-expert and data-telemetry-expert.
  • Delegates to ci-cd-devops-architect to push fixes and initiate deployments.

Bahasa Indonesia

Deskripsi

Menjembatani kesenjangan antara pembuatan kode dan Operasi Cloud (CloudOps). Agen ini secara terus-menerus memantau log produksi atau staging (melalui server MCP Vercel, AWS CloudWatch, Datadog, atau Sentry). Ketika terjadi anomali, kerusakan (OOM, Null Pointer), atau ketidaksesuaian konfigurasi, agen ini secara otonom mengunduh stack trace, mengidentifikasi akar masalah pada source code, menulis patch, memvalidasinya secara lokal, dan meluncurkan deployment hotfix tanpa intervensi manusia.

Read the full file on GitHub · 58 lines

Changes

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.

  1. 6d ago First seen · 58 lines · 53 tokens per session scan A 71296ff3dffe

Subscribe to this mod's changes

self-healing-cloud-orchestrator is a skill published in the GitHub repository roedyrustam/vibes-plug (50 stars, last pushed 2d ago), licensed MIT. It adds 53 tokens to every session and 912 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

canary-watch

Post-deploy monitoring and canary health verification.

Jamkris/everything-gemini-code · 13 tokens

performance-optimization

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

addyosmani/agent-skills · 59 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when you want every assumption cross-examined before proceeding, when stress-testing a plan for hidden failure modes, when correctness matters more than speed, when working in unfamiliar code, when stakes are high…

addyosmani/agent-skills · 96 tokens

shipping-and-launch

Prepares production launches. Use when preparing to deploy to production, or when asking what needs to be in place before shipping. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

addyosmani/agent-skills · 57 tokens

gke-ai-troubleshooting-jobset-interruption

Diagnoses GKE JobSet interruptions, restarts, and preemptions for AI/ML training workloads autonomously. Use when troubleshooting JobSet restart loops, spot VM preemptions, node readiness failures, host VM issues, or coordinator worker crashes. Don't use for general GKE cluster creation, basic workload deployment, or…

google/skills · 83 tokens

gke-workload-troubleshooting

Diagnoses GKE workload failures (CrashLoopBackOff, OOMKilled, ImagePullBackOff, Pending, etc.) via logs and events. Use when pods fail to start or crash repeatedly. Don't use for GKE cluster infrastructure provisioning, node pool creation, or non-Kubernetes Google Cloud services.

google/skills · 69 tokens