ما هي state-machine-design؟
مخطط الحالة ونمذجة آلة الحالة لدورة الحياة ومواصفات السلوك المصدر: melodic-software/claude-code-plugins.
مخطط الحالة ونمذجة آلة الحالة لدورة الحياة ومواصفات السلوك
ثبّت مهارة الذكاء الاصطناعي state-machine-design بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: melodic-software/claude-code-plugins.
Design finite state machines and statecharts for modeling entity lifecycles, workflows, and system behavior.
| State | Condition the system can be in | Draft, Submitted, Paid | | Transition | Change from one state to another | Draft → Submitted | | Event | Trigger for a transition | Submit, Pay, Cancel | | Guard | Condition that must be true | [hasItems], [isValid] | | Action | Side effect on transition | sendNotification, updateDatabase |
| Entry Action | Action when entering state | onEnter: startTimer | | Exit Action | Action when leaving state | onExit: stopTimer |
مخطط الحالة ونمذجة آلة الحالة لدورة الحياة ومواصفات السلوك المصدر: melodic-software/claude-code-plugins.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/melodic-software/claude-code-plugins --skill state-machine-designBrowse more skills from melodic-software/claude-code-plugins
مخطط الحالة ونمذجة آلة الحالة لدورة الحياة ومواصفات السلوك المصدر: melodic-software/claude-code-plugins.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/melodic-software/claude-code-plugins --skill state-machine-design بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/melodic-software/claude-code-plugins