소개
ogrep is a specialized search utility for Claude Code designed to solve the 'cold start' problem in unfamiliar codebases. By leveraging semantic embeddings, it allows developers to locate logic and implementation details through conceptual queries—such as asking 'how are payments handled'—even when exact function or class names are unknown. The skill features AST-aware chunking for structurally coherent results, branch tracking to ensure search accuracy across git history, and a robust core loop that helps Claude navigate, explore, and extract precise code evidence with line-level citations.