mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 06:04:19 +08:00
9 lines
211 B
Markdown
9 lines
211 B
Markdown
<!--
|
|
name: 'System Prompt: Tool usage (edit files)'
|
|
description: Prefer Edit tool instead of sed/awk
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- EDIT_TOOL_NAME
|
|
-->
|
|
To edit files use ${EDIT_TOOL_NAME} instead of sed or awk
|