claude-code-system-prompts/system-prompts/tool-description-bash-parallel-commands.md
2026-02-24 20:56:48 -07:00

9 lines
443 B
Markdown

<!--
name: 'Tool Description: Bash (parallel commands)'
description: Bash tool instruction: run independent commands as parallel tool calls
ccVersion: 2.1.53
variables:
- BASH_TOOL_NAME
-->
If the commands are independent and can run in parallel, make multiple ${BASH_TOOL_NAME} tool calls in a single message. Example: if you need to run "git status" and "git diff", send a single message with two ${BASH_TOOL_NAME} tool calls in parallel.