Семантический поиск по коду на естественном языке

★ 8.0 · vibe-coding

osgrep-skill is a Claude Code skill that performs semantic code search using natural language queries, locating relevant code by concept rather than exact text match. It accepts queries like "where is auth validated" or "how are plugins loaded" and returns file paths with line numbers and code snippets; search scope can be narrowed to a specific directory, e.g. `osgrep "auth" src/server/`. Results are annotated with `[Definition]` when a class or function declaration is detected, and a `...` truncation marker signals that the snippet is incomplete and the full file should be read. The skill is designed for exploring unfamiliar codebases where exact symbol names are unknown and the goal is to understand architecture or trace business logic.