home/categories/architecture-patterns/hkuds-openspace-showcase-skills-panel-breaker-backoff-skill-md
architecture-patternsdevelopment

panel-breaker-backoff

Unified guide for authoring dashboard panel components in vanilla TypeScript — covers the Panel base class architecture, localStorage state persistence, exponential-backoff retry, and CircuitBreaker integration. Shows how to wrap any existing fetchX() service call with CircuitBreaker.execute() as a one-liner and clarifies when each resilience layer is appropriate.

HKUDS
maintainer
HKUDS
Updated 3/24/2026
Stars
4934
Forks
588
quick start

Installation and usage

Unified guide for authoring dashboard panel components in vanilla TypeScript — covers the Panel base class architecture, localStorage state persistence, exponential-backoff retry, and CircuitBreaker integration. Shows how to wrap any existing fetchX() service call with CircuitBreaker.execute() as a one-liner and clarifies when each resilience layer is appropriate.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use panel-breaker-backoff