Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

dispatching-parallel-agents

النجوم١٤
التفرعات٣
آخر تحديث٢٦ يونيو ٢٠٢٦ في ٠٣:٠٣

Fan out independent work to multiple subagents with context isolation. Covers when to parallelize (independent reads, multi-file searches, parallel analysis), when not to (writes, dependent steps, shared mutable state), bounded concurrency limits, and the anti-patterns that turn parallel dispatch into corruption. Use whenever the active agent is tempted to run more than one subagent at the same time.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly