chore: update skill install command to use rivet-dev/skills (#20)

* chore: update skill install command to use rivet-dev/skills

* chore: improve skill structure per skill-creator guidelines

* chore: add bug report section and simplify description

* chore: add Discord link to bug report section
This commit is contained in:
Nathan Flurry 2026-01-29 06:04:07 -08:00 committed by GitHub
parent 43db33590d
commit 82ac0b3880
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 28 additions and 11 deletions

View file

@ -14,7 +14,7 @@ https://rivet.dev/docs/skill.md
To add it to an agent using the Skills CLI:
```
npx skills add rivet.dev/docs/skill.md
npx skills add rivet-dev/skills -s sandbox-agent
```
If you run a reverse proxy in front of the docs, make sure `/skill.md` and `/.well-known/skills/*`

View file

@ -7,7 +7,7 @@ icon: "rocket"
<Steps>
<Step title="Install skill (optional)">
```bash
npx skills add https://sandboxagent.dev/docs
npx skills add rivet-dev/skills -s sandbox-agent
```
</Step>