Use terminal_rg / terminal_find when you need raw filesystem search outside the project tree — system configs, /var/log, /etc, archive contents — or when files-tools.search_files is too project-scoped. Teaches the rg vs find vs terminal_exec("ls/du/tree") split, common rg flag combos for code/logs/configs, find predicates for mtime/size/type queries, and the rule that for tree views or single-file stat info you should just use terminal_exec instead of inventing a tool. Read before reaching for raw shell to grep or find anything.
$npx -y skills add aden-hive/hive --skill terminal-tools-fs-searchInstalls into the current project.
Run `npx skills use "https://github.com/aden-hive/hive" --skill "aden-hive/hive/terminal-tools-fs-search"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aden-hive/hive" that are relevant to the current task. Run `npx skills add "https://github.com/aden-hive/hive"` and select the relevant skills, then follow their instructions.