AutoResearch-SibylSystem: Skill for Claude Code

.claude/skills/sibyl-self-healer/SKILL.md

sibyl-self-healer is a skill for Claude Code from Sibyl-Research-Team/AutoResearch-SibylSystem. It costs 33 tokens per session (223 once invoked), scanned A, original, no licence file.

A background agent that detects and fixes system errors, adds tests to prevent the same errors returning, and records its changes in Git. Git is a tool for tracking code changes.

In plain words
What is it for?
Use it for automatic error detection, repair, regression-test creation, and change tracking.
Why use it?
It reduces the need to find system failures and add regression tests manually. The Git record shows what it changed.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

This is Sibyl-Research-Team/AutoResearch-SibylSystem's own configuration. It tells Claude Code how to work on AutoResearch-SibylSystem 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 AutoResearch-SibylSystem configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Sibyl-Research-Team/AutoResearch-SibylSystem. 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/Sibyl-Research-Team/AutoResearch-SibylSystem/main/.claude/skills/sibyl-self-healer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem

Made for: Claude Code.

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 sibyl-self-healer

README.md
[![agentmods](https://agentmods.dev/badge/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-self-healer/github.svg)](https://agentmods.dev/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-self-healer)
Your own site
<a href="https://agentmods.dev/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-self-healer"><img src="https://agentmods.dev/badge/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-self-healer/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 sibyl-self-healer

Your own site · 80×15
<a href="https://agentmods.dev/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-self-healer"><img src="https://agentmods.dev/badge/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-self-healer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 223 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 unknown 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.00033 $0.00223
Opus 5 $0.00016 $0.00112
Sonnet 5 $0.00007 $0.00045
Haiku 4.5 $0.00003 $0.00022

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

Security

Grade A, and why

sibyl-self-healer 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 12d 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.

.claude/skills/sibyl-self-healer/SKILL.md · 27 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 27 lines · 33 tokens per session scan A d805b317c280

Subscribe to this mod's changes

sibyl-self-healer is a skill published in the GitHub repository Sibyl-Research-Team/AutoResearch-SibylSystem (277 stars, last pushed 5mo ago), with no licence file. It adds 33 tokens to every session and 223 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

boundary-probing

Map parameter space, generate extreme values, test at boundaries, detect breakpoints, synthesize validity envelope.

yogsoth-ai/de-anthropocentric-research-engine · 25 tokens

phoenicurus

Skill "phoenicurus" from markmhendrickson/ateles, covering phoenicurus — qa, identity, agents are the primary users, principals and job.

markmhendrickson/ateles · 0 tokens

langsmith-observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

OpenLAIR/dr-claw · 45 tokens

fix-feature-bug

Fix bugs using structured workflow with error classification and regression tests. Use when user reports bugs, errors, broken features, test failures, or mentions "fix", "broken", "not working", "failing". Can be invoked via /fix-feature-bug.

markmhendrickson/ateles · 57 tokens

mutation-testing

Use when adding or reviewing a gate, guard rule, CI grep, or test assertion in this plugin's own scripts — and whenever a suite is green and you need to know whether that means anything. Runs scripts/mutate.sh, which breaks the code on purpose and reports which assertions failed to notice. Triggers from code-reviewer…

vmobifystudio/app-dev-team · 83 tokens

debugging-test-failures

Systematically investigates failing tests, distinguishes between test bugs and implementation bugs, and drives a fix with verification. Use when the user wants to debug failing tests.

dork-labs/dorkos · 38 tokens