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 لتثبيت المهارة

النجوم٠
التفرعات٠
آخر تحديث١٤ أبريل ٢٠٢٦ في ٠٥:١٥
SKILL.md
readonly