agent-manager-skill
إدارة وكلاء CLI باستخدام Tmux
تمكّن هذه المهارة كلود من إدارة عدة وكلاء محليين يعملون بشكل متوازي في جلسات tmux، مع توفير إمكانيات البدء/الإيقاف/المراقبة وجدولة متوافقة مع cron سير العمل الآلي.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "agent-manager-skill". agent-manager-skill list
النتيجة المتوقعة:
- EMP_0001: running (uptime: 2h 34m)
- EMP_0002: running (uptime: 1h 12m)
- EMP_0003: stopped
استخدام "agent-manager-skill". agent-manager-skill doctor
النتيجة المتوقعة:
- ✓ tmux installed (v3.3a)
- ✓ python3 installed (3.10.12)
- ✓ agents/ directory exists
- ✓ 5 agents configured
- All checks passed
التدقيق الأمني
آمنSecurity audit complete. All 9 static findings are false positives. The skill contains only documentation with markdown code examples - no actual shell execution, no suspicious network activity, and no cryptographic code. The backticks flagged are markdown formatting, and the URL is a legitimate GitHub repo reference.
درجة الجودة
ماذا يمكنك بناءه
أتمتة سير عمل DevOps
تشغيل عدة نصوص صيانة خلفية بشكل متوازي، ومراقبة مخرجاتها، وجدولة المهام المتكررة باستخدام cron.
تنفيذ مهام AI متوازية
تشغيل عدة وكلاء CLI من كلود أو غيرهم في نفس الوقت لمهام فرعية مختلفة، ثم تجميع النتائج.
إدارة المهام الخلفية
تشغيل العمليات طويلة المدى في جلسات tmux تستمر بعد انتهاء جلسات الطرفية، مع سهولة المراقبة.
جرّب هذه الموجهات
Use the agent-manager-skill to list all currently running agents and their status.
Start agent EMP_0001 using the agent-manager-skill and show me the output.
Monitor the logs of agent EMP_0002 in real-time using the agent-manager-skill.
Assign the following task to agent EMP_0003 using the agent-manager-skill: Follow teams/fractalmind-ai-maintenance.md Workflow
أفضل الممارسات
- قم بتكوين الوكلاء في مجلد agents/ قبل محاولة بدءهم
- استخدم أمر doctor أولاً للتحقق من تثبيت جميع المتطلبات المسبقة
- مراقبة الوكلاء أثناء التشغيل الأولي للتأكد من سلوكهم كما هو متوقع
- استخدم معرفات وصفية للوكلاء (مثل EMP_0001) لسهولة التعرف
تجنب
- بدء الوكلاء دون تشغيل فحص doctor أولاً
- تعيين مهام لوكلاء غير مكونة بشكل صحيح
- عد مراقبة مخرجات الوكلاء أثناء العمليات الحرجة
- تشغيل عدد كبير جداً من الوكلاء في نفس الوقت دون مراقبة الموارد