llm_fs_find
Generate glob/grep commands from natural language file descriptions. Describe the files you need and get shell commands to find 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 |