hive.terminal-tools-fs-search

by aden-hive 11k Apache-2.0 Updated Aug 13, 2026
hive.terminal-tools-fs-search skill by aden-hive
hive.terminal-tools-fs-search — Productivity skill by aden-hive

hive.terminal-tools-fs-search is an open-source productivity skill for Claude Code and compatible agents, published by aden-hive. Its author describes it as: “Use terminal_rg / terminal_glob for all filesystem search — your project tree as well as system configs, /var/log, /etc, archive contents. Teaches the rg vs glob vs terminal_exec("find/ls/du/tree") split, common rg fl…”. The project has 11k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/aden-hive/hive ~/.claude/skills/terminal-tools-fs-search`.

What hive.terminal-tools-fs-search does

terminal-tools provides two structured search tools: `terminal_rg` (ripgrep for content) and `terminal_glob` (find files by name/glob). Predicate queries (mtime/size/type) and everything else (tree, stat, du) are just `terminal_exec`.

Installation

Add hive.terminal-tools-fs-search to your agent with:

git clone https://github.com/aden-hive/hive ~/.claude/skills/terminal-tools-fs-search

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for hive.terminal-tools-fs-search is organised into these sections:

  • When to use what
  • terminalrg — content search
  • Common patterns
  • rg flag idioms
  • terminalglob — find files by name
  • Output truncation
  • Anti-patterns

When to use it

Reach for hive.terminal-tools-fs-search when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear Apache-2.0 license — safe to read and adapt
  • Ships in aden-hive/hive, an established project with 10,923 GitHub stars
  • Actively maintained (recent commits)

Topics

agentagent-frameworkagent-skillsanthropicautomationautonomous-agentsclaudeharnessharness-engineeringhuman-in-the-loopopenaipythonself-hostedself-improving

Frequently asked questions

What does hive.terminal-tools-fs-search do?
Use terminal_rg / terminal_glob for all filesystem search — your project tree as well as system configs, /var/log, /etc, archive contents. Teaches the rg vs glob vs terminal_exec("find/ls/du/tree") split, common rg flag combos for code/logs/configs, glob patterns for finding files by name, the rule that mtime/size/type predicate queries drop to terminal_exec("find ..."), and 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.
How do I install hive.terminal-tools-fs-search?
Run git clone https://github.com/aden-hive/hive ~/.claude/skills/terminal-tools-fs-search in your agent, then reload your skills. Review the source at https://github.com/aden-hive/hive before installing.
Is hive.terminal-tools-fs-search free to use?
Yes. hive.terminal-tools-fs-search is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
Where does hive.terminal-tools-fs-search come from?
hive.terminal-tools-fs-search ships inside aden-hive/hive, a repository that contains 25 catalogued skills in total. The repository's 10,923 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Productivity →

Prepare and publish DeepChat releases in this repository. Use when Codex needs to bump the app version, update CHANGELOG.md, keep release notes bilingual from v1.0.1 onward with English bullets first and Chinese bullets second, run release checks, create or update versioned release branches such as release/v1.0.1, continue a half-finished release, fast-forward main with the documented release flow, create or push version tags, or clean up release branches after publishing.

6.2k ThinkInAIXYZ Apache-2.0

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

6.2k ThinkInAIXYZ Apache-2.0

Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.

16k alibaba Apache-2.0