mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
9 lines
386 B
Markdown
9 lines
386 B
Markdown
<!--
|
||
name: 'Tool Description: Bash (built-in tools note)'
|
||
description: Note that built-in tools provide better UX than Bash equivalents
|
||
ccVersion: 2.1.53
|
||
variables:
|
||
- BASH_TOOL_NAME
|
||
-->
|
||
While the ${BASH_TOOL_NAME} tool can do similar things, it’s better to use the built-in tools as they provide a better user experience and make it easier to review tool calls and give permission.
|