mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +08:00
9 lines
261 B
Markdown
9 lines
261 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (alternative — write files)'
|
|
description: Bash tool alternative: use Write for file writing instead of echo/cat
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- WRITE_TOOL_NAME
|
|
-->
|
|
Write files: Use ${WRITE_TOOL_NAME} (NOT echo >/cat <<EOF)
|