install-from-remote-library

Installation
SKILL.md

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 install <source> --list.
  • Prefer --collection when the library clearly exposes a starter pack or focused bundle.
  • Always run --dry-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.
npx ai-agent-skills install <owner>/<repo> --list
Related skills
Installs
51
GitHub Stars
1.1K
First Seen
Mar 31, 2026