mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +08:00
9 lines
443 B
Markdown
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.
|