mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
9 lines
258 B
Markdown
9 lines
258 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (alternative — read files)'
|
|
description: Bash tool alternative: use Read for file reading instead of cat/head/tail
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- READ_TOOL_NAME
|
|
-->
|
|
Read files: Use ${READ_TOOL_NAME} (NOT cat/head/tail)
|