vibeauracle: Skill for Claude Code

.agent/skills/self-healing/SKILL.md

self-healing is a skill for Claude Code, Codex from nathfavour/vibeauracle. It costs 0 tokens per session (236 once invoked), scanned A, original, MIT.

A project skill for a Doctor system that detects failures and tries to correct common problems, such as build errors and Git conflicts. It includes safeguards against endless retry loops and requires approval for risky filesystem changes.

In plain words
What is it for?
Use it to monitor failure signals, analyze failed commands, route problems to repair routines, and test those repair routines with simulated failures.
Why use it?
It reduces the need to stop and fix every routine execution failure by hand while keeping potentially destructive actions under user control.

Skill for Claude CodeCodex

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

This is nathfavour/vibeauracle's own configuration. It tells Claude Code and Codex how to work on vibeauracle itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vibeauracle configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nathfavour/vibeauracle. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/nathfavour/vibeauracle/master/.agent/skills/self-healing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nathfavour/vibeauracle

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/nathfavour/vibeauracle/self-healing/github.svg)](https://agentmods.dev/skills/nathfavour/vibeauracle/self-healing)
Your own site
<a href="https://agentmods.dev/skills/nathfavour/vibeauracle/self-healing"><img src="https://agentmods.dev/badge/skills/nathfavour/vibeauracle/self-healing/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nathfavour/vibeauracle/self-healing"><img src="https://agentmods.dev/badge/skills/nathfavour/vibeauracle/self-healing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 236 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.
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.00000 $0.00236
Opus 5 $0.00000 $0.00118
Sonnet 5 $0.00000 $0.00047
Haiku 4.5 $0.00000 $0.00024

Measured 8d ago against content hash 0a84ac77f5d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

self-healing 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 8d 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.

.agent/skills/self-healing/SKILL.md · 24 lines

What it actually says

🩺 Skill: Agentic Self-Healing

This skill manages the "Doctor" system that automatically detects and resolves project issues.

🎯 Objective

Create a resilient engineering environment where the AI proactively fixes its own errors or system inconsistencies.

🛠️ Instructions

1. Issue Detection

  • Monitor the doctor channel for signals from various modules (Brain, TUI, Tooling).
  • Implement specialized "Healers" in internal/doctor for common failure modes (e.g., build errors, git conflicts).

2. Recursive Correction

  • When an execution fails (e.g., shell_exec returns non-zero), the Brain should invoke the self-healing logic to analyze the error and generate a fix.
  • Ensure loop detection is active to prevent infinite retry-fail cycles.

3. Safety First

  • Self-healing actions that involve significant filesystem changes or destructive commands MUST require user intervention/approval.

✅ Verification

  • Test healers with simulated failures (see internal/brain/self_healing.go).
  • Ensure the doctor successfully routes issues to the active agent runtime.
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. 8d ago First seen · 24 lines · 0 tokens per session scan A 0a84ac77f5d7

Subscribe to this mod's changes

self-healing is a skill published in the GitHub repository nathfavour/vibeauracle (5 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 236 tokens. 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-31.

Related

Other skills, from other repositories

spk-run-blocked-recovery

Recover from Spec Kitty blocked runtime states, missing artifacts, failed guards, stale worktrees, and decision-required loops.

Priivacy-ai/spec-kitty · 31 tokens

spk-admin-setup-doctor

Install, verify, and repair Spec Kitty commands, skills, agent paths, runtime prerequisites, and common setup failures.

Priivacy-ai/spec-kitty · 31 tokens

agent-debugging

Debug and troubleshoot ElevenLabs conversational AI agents and Twilio calls. Use when diagnosing agent issues, analyzing failed calls, troubleshooting audio problems, investigating conversation breakdowns, reviewing error logs, or optimizing underperforming agents. Includes transcript analysis, error diagnosis, and…

majiayu000/claude-skill-registry · 58 tokens

agent-error-coordinator

Expert error coordinator specializing in distributed error handling, failure recovery, and system resilience. Masters error correlation, cascade prevention, and automated recovery strategies across multi-agent systems with focus on minimizing impact and learning from failures.

majiayu000/claude-skill-registry · 46 tokens

022-root-cause-analysis

Use when a framed problem needs root-cause investigation rather than a symptom-level fix, applying Five Whys, Fishbone (Ishikawa), Current Reality Tree, and constraint identification. This should trigger when an issue's Root Cause Analysis point of view needs evaluation, or when a maintainer directly asks to find the…

jabrena/plinth · 85 tokens

126-java-exception-handling

Use when you need to apply Java exception handling best practices — including using specific exception types, managing resources with try-with-resources, securing exception messages, preserving error context via exception chaining, validating inputs early with fail-fast principles, handling thread interruption…

jabrena/plinth · 144 tokens