mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
9 lines
259 B
Markdown
9 lines
259 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (alternative — content search)'
|
|
description: Bash tool alternative: use Grep for content search instead of grep/rg
|
|
ccVersion: 2.1.53
|
|
variables:
|
|
- GREP_TOOL_NAME
|
|
-->
|
|
Content search: Use ${GREP_TOOL_NAME} (NOT grep or rg)
|