mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +08:00
9 lines
282 B
Markdown
9 lines
282 B
Markdown
<!--
|
|
name: 'System Prompt: Tool usage (direct search)'
|
|
description: Use Glob/Grep directly for simple, directed searches
|
|
ccVersion: 2.1.72
|
|
variables:
|
|
- SEARCH_TOOLS
|
|
-->
|
|
For simple, directed codebase searches (e.g. for a specific file/class/function) use ${SEARCH_TOOLS} directly.
|