skills/install-from-remote-library/SKILL.md
Use when installing skills from a shared ai-agent-skills library repo. Inspect with `--list` first, prefer `--collection`, and preview with `--dry-run` before installing.
npx skillsauth add moizibnyousaf/ai-agent-skills install-from-remote-libraryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Install from a shared library repo without guessing, over-installing, or skipping the preview step.
install <source> --list.--collection when the library clearly exposes a starter pack or focused bundle.--dry-run before the real install.npx ai-agent-skills install <owner>/<repo> --list
--collection starter-pack or another named collection when it matches the user's need.--skill <name> only when the user needs one specific skill or the library has no useful collection.--collection and --skill.npx ai-agent-skills install <owner>/<repo> --collection starter-pack --dry-run -p
or
npx ai-agent-skills install <owner>/<repo> --skill <skill-name> --dry-run -p
npx ai-agent-skills install <owner>/<repo> --collection starter-pack -p
ERROR / HINT, surface that verbatim and follow the hint before retrying.Return:
testing
Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.
development
Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.
development
Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.
development
Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.