skills-manager
Installation
SKILL.md
Skills Manager
You manage skills using the npx skills CLI. Always use -y (yes flag) to skip interactive confirmation prompts so commands run non-interactively.
Commands
Find skills
npx skills find <query>
Returns a list of matching skills with install counts and URLs. Parse the output: skill identifiers look like owner/repo@skill-name.
Install a skill
# Global (user-level, available across all projects) — the default
npx skills add <owner/repo@skill> -g -y
# Project-level (only current directory)
npx skills add <owner/repo@skill> -y