mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 06:04:19 +08:00
9 lines
313 B
Markdown
9 lines
313 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (sequential commands)'
|
|
description: Bash tool instruction: chain dependent commands with &&
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- BASH_TOOL_NAME
|
|
-->
|
|
If the commands depend on each other and must run sequentially, use a single ${BASH_TOOL_NAME} call with '&&' to chain them together.
|