Sourcegraph — поиск и навигация по кодовой базе

integrations

Sourcegraph is a Claude Code skill that connects to Sourcegraph — a code search and intelligence platform — via Membrane CLI, with automatic authentication and transparent credential refresh. The skill covers the core Sourcegraph objects: search queries across codebases, files, directories, repositories, and users. Authentication runs through `membrane login`, a connection is established with `membrane connection ensure`, and actions are executed via `membrane action run` with optional JSON input. When built-in actions fall short, requests can be sent directly to the Sourcegraph API through Membrane's proxy, which injects the correct auth headers automatically. Requires network access and a free Membrane account. Best suited for exploring large codebases, onboarding onto unfamiliar projects, or finding specific code across an entire repository.