search-router
CommunityRoute queries to the best search tool.
Authorscooter-lacroix
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill intelligently selects the most efficient search tool based on the query type, optimizing for token usage and accuracy in code exploration and information retrieval.
Core Features & Use Cases
- Dynamic Tool Selection: Routes queries to specialized search tools like TLDR Search, AST-grep, or Grep based on whether the query is for code exploration, structural patterns, semantic meaning, or literal text.
- Token Efficiency: Prioritizes token-efficient tools like TLDR Search for code symbol and call graph searches, significantly reducing LLM context window usage.
- Use Case: When asked to "find all usages of the
DataPollerclass," the router directs the query to TLDR Search, saving tokens compared to a general grep.
Quick Start
Use the search-router skill to find where 'spawn_agent' is implemented in the codebase.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: search-router Download link: https://github.com/scooter-lacroix/Maestro/archive/main.zip#search-router Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.