Install From Remote Library Goal Install from a shared library repo without guessing, over-installing, or skipping the preview step. Invariants - Always inspect the remote library first with . - Prefer when the library clearly exposes a starter pack or focused bundle. - Always run before the real install. - Keep the install small. Do not pull a whole library when the user only needs a narrow slice. Workflow 1. Inspect the source library. 2. Choose the smallest fitting target. - Prefer or another named collection when it matches the user's need. - Use only when the user needs one specific skil…