What problem does it solve?
Locating exact occurrences of strings, patterns, or symbols across large workspaces is time-consuming and error-prone. This Skill provides fast, focused text and code search by leveraging Grep (ripgrep) with optional SemanticSearch for semantic context, helping you quickly locate relevant files and fragments.
Core Features & Use Cases
- Grep-powered exact search: ripgrep-based pattern searches with parameters like pattern, path, glob, type, output_mode, and -i for case-insensitive matching.
- SemanticSearch integration: optional semantic context for concept-level code discovery.
- Workflow examples: locate class/method definitions, error codes, log fragments, or configuration keys across a repository.
Quick Start
Run a focused Grep search in your workspace to locate the target string, then switch to SemanticSearch for semantic context.