mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
7 lines
490 B
Markdown
7 lines
490 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (prefer dedicated tools)'
|
|
description: Warning to prefer dedicated tools over Bash for find, grep, cat, etc.
|
|
ccVersion: 2.1.53
|
|
-->
|
|
IMPORTANT: Avoid using this tool to run `find`, `grep`, `cat`, `head`, `tail`, `sed`, `awk`, or `echo` commands, unless explicitly instructed or after you have verified that a dedicated tool cannot accomplish your task. Instead, use the appropriate dedicated tool as this will provide a much better experience for the user:
|