Another way to solve this problem, which I think would be less error-prone: Git submodules or subtrees! If it was easy to add packages in subtrees to the registry automatically, and subtrees were treated as subpackages, I think we’d see a lot more meta-packages popping up.
A major problem with adding a whole organization’s packages at once is that something like import JuliaStats
would probably take a long time importing unnecessary packages.