What problem does it solve? An AI agent's view is limited to its current working directory, but real work often spans multiple repositories. This Skill maintains a registry of repositories and repo-groups so the agent knows where code lives, what each repo is for, and which repos belong together. ## Core Features & Use Cases - Repo Registration: Register repositories with a slug, remote, default branch, and a required description, resolving worktrees and subdirectories to the durable main clone. - Repo-Groups: Group related repositories under a named scoping unit with a description, so work can be focused on a relevant domain. - Local Binding: Bind registered repos to per-machine local clone paths, keeping team-shared identity separate from machine-specific paths. - Use Case: A feature touches a backend API and a frontend app. Register both repos, group them, and the agent can scope and plan work across both instead of treating the current folder as the whole system. ## Quick Start Ask the agent to register the current repository and describe what it is for so it can be included in cross-repo work.