Skip to main content

resilience-wiring-for-load-once-deps

The general retry/backoff/circuit-breaker canon is solved by [[circuit-breakers-and-retries]] — defer to it for jitter formulas, retry budgets, and the breaker state machine. THIS skill is only the load-once-dependency delta: wiring a breaker + backoff around a MEMOIZED lazily-loaded resource (native lib, ML model, connection pool, embedder) so a permanent failure is not cached as a rejected promise and re-awaited every tick. Use when a load-once dep can fail permanently, when you see a getX() memoizing a promise, or when a failing dependency floods logs/disk. Keywords: gated loader, poison-pill promise, memoized rejection, load-once, tryGet, optional enrichment, coalesce in-flight load, dead resilience code. NOT for general retry policy, the breaker math, or request-level retries — that is [[circuit-breakers-and-retries]].

跳到安装

来源信息

仓库
curiositech/port-daddy
最近来源活动
2026年7月23日 06:28
检测到的 SKILL.md 语言
英语
星标
2
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。