Accelerates code exploration with a high-speed, indexed search engine providing millisecond results for AI coding assistants.
This skill integrates ygrep, a Rust-based full-text indexing tool powered by Tantivy, into the Claude Code workflow to provide near-instantaneous codebase navigation. It allows Claude to locate functions, variables, and specific code patterns significantly faster than standard linear scanning tools like grep or glob. By supporting advanced features such as subtoken matching for camelCase/snake_case, regex, and path-based filtering, it serves as the high-performance primary search layer for navigating complex repositories efficiently.
주요 기능
01Lightning-fast indexed search delivering results in milliseconds via Rust and Tantivy.
02Customizable context output with before (B), after (A), and surrounding (K) line flags.
0337 GitHub stars
04AI-optimized output format featuring relevance scores and match indicators.
05Smart subtoken matching to easily find camelCase and snake_case identifiers.
06Advanced filtering options for file extensions, path prefixes, and glob patterns.
사용 사례
01Exploring unfamiliar repositories by performing multi-word logic searches for related concepts.
02Locating definitions and usages across massive codebases where standard tools are too slow.
03Isolating code changes within specific directories using path-filtered regex searches.