mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 07:04:46 +00:00
docs: tighten skill install docs and bundle
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
eedb5de2d4
commit
2a8b51b4f5
5 changed files with 91 additions and 7 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue