Skip to main content
Run any Skill in Manus
with one click

maximize-parallels

Stars0
Forks0
UpdatedMay 27, 2026 at 02:46

独立な tool 呼び出しは 1 メッセージにまとめて並列発火する。並列化可能の判定基準(出力 → 入力の依存なし/共有 mutable state を同時に書かない/tool 固有の排他なし)、典型的に並列化すべきパターン(複数 file の Read、独立 Bash、複数角度の検索、disjoint なエージェント起動)、逐次必須の落とし穴(Read→Edit 連鎖、同 file への複数 Edit、cd を伴う Bash、依存する出力)、着手前の判定手順(タスクの入出力を 1 行で書き出して依存グラフを引く)。複数タスクに着手する/複数 file を読む/複数エージェントを起動する/長めの bash 列を組む前に読む

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly