docs: add repo url skills example

This commit is contained in:
Matt Bruce 2026-02-11 11:11:02 -06:00
parent 543fdb0253
commit 43e8d0a326

View File

@ -85,6 +85,11 @@ The CLI runs via `npx`, so you do not need a global install.
npx skills add vercel-labs/agent-skills npx skills add vercel-labs/agent-skills
``` ```
### Example Install From A Repo URL
```bash
npx skills add https://github.com/avdlee/swiftui-agent-skill --skill swiftui-expert-skill
```
### Notes ### Notes
- The leaderboard uses anonymous telemetry from the CLI. You can opt out by setting `DISABLE_TELEMETRY=1`. - The leaderboard uses anonymous telemetry from the CLI. You can opt out by setting `DISABLE_TELEMETRY=1`.
- Review skills before installing. The ecosystem is audited, but quality varies. - Review skills before installing. The ecosystem is audited, but quality varies.