feat: add related-repositories SKILL
What does this MR do and why?
Adds related-repositories, a skill for managing a registry of related repositories and their key paths.
How it works:
- YAML registry at
.claude/skills/related-repositories/related_repos.yml - Agent reads the registry and clones repos as needed using git commands
- No binary required
Each repo entry can include:
-
git_url- For cloning -
project_url- Link to project page -
local_path- Where to find it locally -
key_paths- Important paths with explanations
Testing
- Verified skill files parse correctly
- Registry format tested
Performance
New skill. No changes to existing code.
- No performance regression.
Edited by Michael Angelo Rivera