mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-19 02:40:16 +08:00
11 lines
509 B
Markdown
11 lines
509 B
Markdown
<!--
|
|
name: 'Tool Description: Glob'
|
|
description: Tool description for file pattern matching and searching by name
|
|
ccVersion: 2.1.178
|
|
-->
|
|
- Fast file pattern matching tool that works with any codebase size
|
|
- Supports glob patterns like "**/*.js" or "src/**/*.ts"
|
|
- Returns matching file paths sorted by modification time
|
|
- Use this tool when you need to find files by name patterns
|
|
- When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Agent tool instead
|