Skip to main content
Manusで任意のスキルを実行
ワンクリックで

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.

概要

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.

インストールコマンド
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill maintain-consistent-state-throughout-operations

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストール

スター0
フォーク0
更新日2026年4月14日 05:15
SKILL.md
readonly