The `skills` CLI is the package manager for Agent Skills, letting you discover, install, and manage capabilities from the open ecosystem. It handles the full workflow from searching skills.sh to installing with the right flags for your specific agent setup. Quality checks show install counts and source reputation before you commit. The syntax is clean: `bunx skills add <source> --skill <name>` for installation, `bunx skills ls` to see what's installed, and `bunx skills update` for maintenance. When you need specialized workflows like PR review, testing, or deployment that someone else has already packaged, this saves you from rebuilding common patterns.
npx skills add https://github.com/xixu-me/skills --skill skills-cli