دليل أوامر CLI
The skills CLI is the primary way to install and manage skills.
Installation
You don't need to install the CLI globally. Just use npx:
$ npx skills add <owner/repo>
Commands
$ npx skills add <owner/repo> — Install a skill
$ npx skills list — List installed skills
$ npx skills remove <owner/repo> — Remove a skill
$ npx skills update — Update all skills
Source
The CLI is open source on GitHub: github.com/vercel-labs/skills