# Related Repositories

> Registry of related repositories (Siphon, Rails, and other consumed repos) with their git URLs and local checkout paths. Use when you need to find where a related repo is checked out locally, get its git URL, or clone it if it is missing.

- Skill: `gitlabhq/related-repositories` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gitlabhq/related-repositories`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gitlabhq/related-repositories/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gitlabhq (https://skillmd.com/u/gitlabhq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gitlabhq/related-repositories

---


# Related Repositories

Registry of related repositories. If a repository is not cloned locally, clone it using `git clone <git_url> <local_path>`.

## Repositories

### GitLab Knowledge Graph (orbit)
- **git_url:** git@gitlab.com:gitlab-org/orbit/knowledge-graph.git
- **project_url:** https://gitlab.com/gitlab-org/orbit/knowledge-graph
- **local_path:** ~/gitlab/orbit/knowledge-graph
- **description:** GitLab Knowledge Graph (orbit) Primary repository

### GitLab Handbook
- **git_url:** git@gitlab.com:gitlab-com/content-sites/handbook.git
- **project_url:** https://gitlab.com/gitlab-com/content-sites/handbook
- **local_path:** ~/gitlab/handbook
- **description:** General GitLab handbook repository (engineering processes, architecture, team pages)
- **key_paths:**
  - `content/handbook/engineering/architecture/design-documents/data_insights_platform` - Data Insights Platform design document

> For GKG design documents, use `docs/design-documents/` and `README.md` in the knowledge-graph repo instead of the handbook.

### gitlab-zoekt-indexer
- **git_url:** git@gitlab.com:gitlab-org/gitlab-zoekt-indexer.git
- **project_url:** https://gitlab.com/gitlab-org/gitlab-zoekt-indexer
- **local_path:** ~/gitlab/gdk/gitlab-zoekt-indexer
- **description:** Zoekt code search indexer for GitLab
- **key_paths:**
  - `internal/gitaly` - Gitaly client implementation and related code

### Siphon
- **git_url:** git@gitlab.com:gitlab-org/analytics-section/siphon.git
- **project_url:** https://gitlab.com/gitlab-org/analytics-section/siphon
- **local_path:** ~/gitlab/siphon
- **description:** CDC (Change Data Capture) stream project
- **key_paths:**
  - `cmd` - Main application entry points
  - `pkg` - Core packages

### Gitaly
- **git_url:** git@gitlab.com:gitlab-org/gitaly.git
- **project_url:** https://gitlab.com/gitlab-org/gitaly
- **local_path:** ~/gitlab/gdk/gitaly
- **description:** Git RPC service for GitLab

### GitLab
- **git_url:** git@gitlab.com:gitlab-org/gitlab.git
- **project_url:** https://gitlab.com/gitlab-org/gitlab
- **local_path:** ~/gitlab/gdk/gitlab
- **description:** Primary GitLab project
- **key_paths:**
  - `doc` - GitLab documentation

