llm_fs_find
Find files using natural language. Describe the files you're looking for, and it produces glob or grep commands to locate them.
Instructions
Generate glob/grep commands to find files matching a natural-language description.
Routes to Haiku/Ollama so the cheap model does pattern thinking. Claude executes the returned commands with Glob/Grep/Bash.
Args: description: What you're looking for, e.g. "all Python files that import sqlite3" or "TypeScript files with TODO comments added in the last week". root: Optional root directory to search in. Defaults to current working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |