Быстрый поиск по кодовой базе

productivity

vc-scout is a Claude Code skill that performs fast, token-efficient codebase scouting using shell search and optional parallel research agents. It accepts a search target and optional file extension, then parses the prompt to identify key directories, patterns, and file types before launching a broad set of Grep and Glob queries. When the search space is large, it splits the codebase into non-overlapping segments and spawns parallel subagents — each with up to 200K tokens of context — collecting their summaries into a single Scout Report. Two modes are available: internal (shell plus research-agent delegation) and external (Gemini/OpenCode CLI via the ext argument), configured through .claude/.vc.json. The skill is well-suited for locating files before a multi-directory feature, understanding project structure, or starting a debugging session where file relationships are unknown.