circuit-breaker

Official

Safeguard autonomous loops from failure.

AuthorPixel-Process-UG
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents autonomous loops from getting stuck in infinite loops, wasting resources, or causing accidental data loss by enforcing rate limits, protecting critical files, and managing recovery with cooldown periods.

Core Features & Use Cases

  • Stagnation Detection: Identifies and halts loops that show no progress or repeat errors.
  • Rate Limiting: Enforces API call limits to prevent overuse.
  • File Protection: Prevents accidental deletion of critical configuration and project files.
  • Recovery Protocol: Manages cooldown periods and probes for recovery after a circuit break.
  • Use Case: When running an autonomous agent to refactor code, the circuit breaker will stop the agent if it gets stuck in a loop of fixing the same tests repeatedly or if it starts deleting important project configuration files.

Quick Start

Activate the circuit breaker skill to monitor and protect the current autonomous loop.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: circuit-breaker
Download link: https://github.com/Pixel-Process-UG/superkit-agents/archive/main.zip#circuit-breaker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.