multi-repo-orchestrate
Installation
SKILL.md
Multi-Repo Orchestrate
Coordinate changes across multiple repositories in a single Claude Code session using --add-dir. When you need to update an API server and its client library simultaneously, upgrade a shared dependency across a monorepo of repos, or migrate from multi-repo to monorepo.
How --add-dir Works
# Add additional directories to Claude Code's context
claude --add-dir /path/to/other-repo
# Multiple repos
claude --add-dir /path/to/api-server --add-dir /path/to/client-sdk
# Short form
claude -a /path/to/repo-b -a /path/to/repo-c
Claude Code can read, edit, and run commands in all added directories as if they were part of the same project.