mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
9 lines
222 B
Markdown
9 lines
222 B
Markdown
<!--
|
|
name: 'System Prompt: Tool usage (search files)'
|
|
description: Prefer Glob tool instead of find or ls
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- GLOB_TOOL_NAME
|
|
-->
|
|
To search for files use ${GLOB_TOOL_NAME} instead of find or ls
|