mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 06:04:19 +08:00
7 lines
275 B
Markdown
7 lines
275 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (semicolon usage)'
|
|
description: Bash tool instruction: use semicolons when sequential order matters but failure does not
|
|
ccVersion: 2.1.53
|
|
-->
|
|
Use ';' only when you need to run commands sequentially but don't care if earlier commands fail.
|