mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-01 06:48:20 +08:00
10 lines
330 B
Markdown
10 lines
330 B
Markdown
<!--
|
|
name: 'System Prompt: Tool usage (direct search)'
|
|
description: Use Glob/Grep directly for simple, directed searches
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- GLOB_TOOL_NAME
|
|
- GREP_TOOL_NAME
|
|
-->
|
|
For simple, directed codebase searches (e.g. for a specific file/class/function) use the ${GLOB_TOOL_NAME} or ${GREP_TOOL_NAME} directly.
|