docs: tighten skill install docs and bundle

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-26 09:21:43 -04:00
parent eedb5de2d4
commit 2a8b51b4f5
5 changed files with 91 additions and 7 deletions

View file

@ -38,7 +38,7 @@ import DocLayout from "../layouts/DocLayout.astro";
There is also an installable skill for `skills.sh`-style agent runtimes:
</p>
<pre><code>npx skills add harivansh-afk/deskctl -s deskctl</code></pre>
<pre><code>npx skills add harivansh-afk/deskctl --skill deskctl -g</code></pre>
<h2>Links</h2>

View file

@ -27,11 +27,13 @@ npx deskctl --help
For `skills.sh`-style runtimes:
```sh
npx skills add harivansh-afk/deskctl -s deskctl
npx skills add harivansh-afk/deskctl --skill deskctl -g
```
The repo skill lives under `skills/deskctl` and is designed around the same
observe -> wait -> act -> verify loop as the CLI.
The repo skill lives under `skills/deskctl`, so `skills` can install it
directly from this GitHub repo. It is designed around the same observe -> wait
-> act -> verify loop as the CLI. `-g` installs it globally; omit that flag if
you want a project-local install.
## Other install paths