What problem does it solve?
This Skill helps developers efficiently find information within a codebase by guiding them to the most appropriate search tool based on their specific needs, whether it's semantic understanding, structural analysis, or simple text matching.
Core Features & Use Cases
- Intelligent Tool Selection: Recommends LEANN for semantic search, AST-grep for structural queries, Morph for fast text search, or Grep for literal pattern matching.
- Decision Tree Guidance: Provides a clear decision tree to help users choose the right tool.
- Tool Comparison: Offers a table comparing the strengths and use cases of each search tool.
- Example Queries: Includes practical examples for each tool to illustrate their application.
- Command Examples: Shows how to use LEANN for searching, listing indexes, and rebuilding them.
Quick Start
Use the search-tools skill to find how authentication is implemented in the codebase.