Use when a diff carries side effects - database writes, migrations, file mutations, network calls, payments, queue messages - to check whether running it twice is safe. Also when reviewing retry logic, crash recovery, or anything a scheduler, queue, or impatient caller might re-run. Silent when the diff touches no side-effecting surface.
$npx -y skills add escoffier-labs/brigade --skill retry-safetyInstalls into the current project.
Run `npx skills use "https://github.com/escoffier-labs/brigade" --skill "escoffier-labs/brigade/retry-safety"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/escoffier-labs/brigade" that are relevant to the current task. Run `npx skills add "https://github.com/escoffier-labs/brigade"` and select the relevant skills, then follow their instructions.