What problem does it solve? When running a multi-agent Claude Code setup, the team-lead agent needs to know which project repos exist and where they live. This Skill appends an existing repository to the local registry.yaml file so the team-lead can discover and coordinate with it via claude-hive, without manual YAML editing. ## Core Features & Use Cases - Registry Entry Creation: Gathers the project name, local path, GitHub repo, and Linear team details, then appends a correctly formatted entry to registry.yaml. - Validation & Safety Checks: Verifies the path is a real git repository, checks for duplicate registrations, and warns before overwriting anything. - Git-Safe by Design: registry.yaml is gitignored and never committed, keeping project names and team IDs private. - Use Case: You just cloned an existing repo into ~/dev and want your team-lead agent to manage it. Run /add-project, answer a few prompts, and the project is registered and reachable via claude-hive. ## Quick Start Ask the agent to register the existing repository at ~/dev/my-app with GitHub repo your-org/my-app using the add-project skill.