search-router
CommunityRoute search queries efficiently
Authorparcadei
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill optimizes search operations by selecting the most token-efficient tool for different types of queries, preventing unnecessary token consumption and improving response times.
Core Features & Use Cases
- Intelligent Tool Selection: Automatically chooses between TLDR Search, AST-grep, Grep, or Read based on the query's nature (code exploration, structural patterns, semantic meaning, or literal text).
- Token Efficiency: Prioritizes tools like TLDR Search for significant token savings (up to 95%).
- Use Case: When asked to "find all usages of the
process_datafunction," the router will correctly select TLDR Search, avoiding the higher token cost of Grep for code-related queries.
Quick Start
Use the search-router skill to find where the 'UserSession' class is defined.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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/parcadei/Continuous-Claude-v3/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 223,000+ vetted skills library on demand.