Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

maintain-consistent-state-throughout-operations

Code must maintain consistent state before, during, and after operations. Partial updates that leave system in inconsistent state are forbidden. Use transactions or atomic operations. If operation fails, restore previous state.

Überblick

Code must maintain consistent state before, during, and after operations. Partial updates that leave system in inconsistent state are forbidden. Use transactions or atomic operations. If operation fails, restore previous state.

Installationsbefehl
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill maintain-consistent-state-throughout-operations

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren

Sterne0
Forks0
Aktualisiert14. April 2026 um 05:15
SKILL.md
readonly