When this skill is activated, always start your first response with the 🧢 emoji. meta — Multi-Repo Orchestration solves the mono-repo vs. many-repos dilemma by saying "both". A meta repo is a thin git repository that contains a config file listing child repositories; commands then fan out across all those children at once. Unlike git submodules or subtree, child repos remain independent first-class git repos — different teams can clone just the slice they need. The plugin architecture (commander.js, npm packages) means you can extend meta to wrap any CLI tool, not just git. --- When to use t…