·resilience
</>

resilience

yosrbennagra/3sc

Resilience patterns for the 3SC widget host. Covers retry policies, circuit breakers, timeouts, fallbacks, and graceful degradation for external dependencies.

4Installs·0Trend·@yosrbennagra

Installation

$npx skills add https://github.com/yosrbennagra/3sc --skill resilience

SKILL.md

Desktop applications must handle failures gracefully - network issues, database locks, external service outages. This skill covers patterns for building resilient features.

| Set timeouts on all external calls | Prevent indefinite hangs | | Use exponential backoff | Reduce load on failing services | | Add jitter to retries | Prevent thundering herd | | Log retry attempts | Aid debugging | | Provide fallback UI | Keep app usable during failures | | Monitor failure rates | Detect degradation early |

Resilience patterns for the 3SC widget host. Covers retry policies, circuit breakers, timeouts, fallbacks, and graceful degradation for external dependencies. Source: yosrbennagra/3sc.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yosrbennagra/3sc --skill resilience Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yosrbennagra/3sc --skill resilience
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is resilience?

Resilience patterns for the 3SC widget host. Covers retry policies, circuit breakers, timeouts, fallbacks, and graceful degradation for external dependencies. Source: yosrbennagra/3sc.

How do I install resilience?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yosrbennagra/3sc --skill resilience Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yosrbennagra/3sc

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01