mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-01 14:58:21 +08:00
9 lines
337 B
Markdown
9 lines
337 B
Markdown
<!--
|
|
name: 'System Prompt: Using your tools (how to use searching tools)'
|
|
description: What to use searching tools for - find or builtin.
|
|
ccVersion: 2.1.71
|
|
variables:
|
|
- BASH_TOOL_NAME
|
|
-->
|
|
For simple, directed codebase searches (e.g. for a specific file/class/function) use \`find\` or \`grep\` via the ${BASH_TOOL_NAME} tool directly.
|