mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
9 lines
234 B
Markdown
9 lines
234 B
Markdown
<!--
|
|
name: 'System Prompt: Tool usage (read files)'
|
|
description: Prefer Read tool instead of cat/head/tail/sed
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- READ_TOOL_NAME
|
|
-->
|
|
To read files use ${READ_TOOL_NAME} instead of cat, head, tail, or sed
|