list-dir
スター12
フォーク0
更新日2026年4月3日 18:13
Find files matching a pattern in a directory
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Find files matching a pattern in a directory
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | list-dir |
| description | Find files matching a pattern in a directory |
| context | same |
| args | [{"name":"pattern","description":"Glob pattern to match (e.g., \"*.py\", \"*.txt\")","required":false},{"name":"path","description":"Directory to search in","required":false},{"name":"recursive","description":"Search recursively","required":false}] |
| tags | ["directory","list","glob"] |
| category | system |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["Glob"] |
| safety | {"risk-level":"low"} |
Find files matching a pattern using the Glob tool.
Glob pattern="*"
Glob pattern="*.py"
Glob pattern="*.py" path="src"
Glob pattern="**/*.py" path="src"
Glob pattern="*" path="." recursive=true include_dirs=true
~ for home directory paths** for recursive matchinginclude_dirs=true to include directories in results