install-from-remote-library
SolidUse when installing skills from a shared ai-agent-skills library repo. Inspect with `--list` first, prefer `--collection`, and preview with `--dry-run` before installing.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- MoizIbnYousaf
- Repository
- MoizIbnYousaf/Ai-Agent-Skills
- Created
- 5 months ago
- Last Updated
- 1 months ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
browse-and-evaluate
Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.
find-skills
Helps users discover and recommend agent skills that are ALREADY installed locally on the host (Claude Code, Cursor, Codex, generic agents), without any network call or external CLI. Use when the user asks "how do I do X", "is there a skill for X", "find a skill", "what skills do I have", "list my skills", "which skills are installed", "do I have a skill that can…", or expresses interest in extending capabilities with what's already on disk. Strictly local: never runs `npx skills find`, `npx skills add`, `npx skills update`, or fetches from skills.sh.
update-installed-skills
Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.