llm_fs_find
Generate glob/grep commands from natural-language descriptions to find matching files, including complex criteria like imports or recent TODOs.
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 |
|---|---|---|---|
| root | No | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |