diff --git a/skills/invoking-subagents/SKILL.md b/skills/invoking-subagents/SKILL.md index 5aecba7c166726a987afce6e34fb0b7b85d39576..ddb6b5f5140829159b68090b15f527dbb2925ec8 100644 --- a/skills/invoking-subagents/SKILL.md +++ b/skills/invoking-subagents/SKILL.md @@ -7,7 +7,7 @@ metadata: author: Amolith --- -Invoke with `PI_PERMISSION_LEVEL=level pi -p 'prompt'`. DO NOT impose a timeout. +Invoke with `PI_PERMISSION_LEVEL=level pi -p 'prompt'`. DO NOT impose a timeout. Set a different model, if requested, with `pi --model "provider/model" -p "prompt"`. **Important:** Subagents are scoped to their cwd. To invoke a subagent in another folder, `cd there && PI_PERMISSION_LEVEL=level pi ...`.