edit docs

This commit is contained in:
Harivansh Rathi 2026-03-26 09:27:43 -04:00
parent c907e800af
commit 3bfec9eecc
2 changed files with 0 additions and 28 deletions

View file

@ -21,7 +21,6 @@ import DocLayout from "../layouts/DocLayout.astro";
<ul> <ul>
<li><a href="/installation">Installation</a></li> <li><a href="/installation">Installation</a></li>
<li><a href="/quick-start">Quick start</a></li> <li><a href="/quick-start">Quick start</a></li>
<li><a href="/runtime-contract">Runtime contract</a></li>
</ul> </ul>
<h2>Reference</h2> <h2>Reference</h2>
@ -34,23 +33,11 @@ import DocLayout from "../layouts/DocLayout.astro";
<h2>Agent skill</h2> <h2>Agent skill</h2>
<p>
There is also an installable skill for `skills.sh`-style agent runtimes:
</p>
<pre><code>npx skills add harivansh-afk/deskctl --skill deskctl -g</code></pre>
<h2>Links</h2> <h2>Links</h2>
<ul> <ul>
<li>
<a href="https://www.npmjs.com/package/deskctl">npm package</a>
</li>
<li> <li>
<a href="https://github.com/harivansh-afk/deskctl">GitHub</a> <a href="https://github.com/harivansh-afk/deskctl">GitHub</a>
</li> </li>
<li>
<a href="https://github.com/harivansh-afk/deskctl/releases"> Releases </a>
</li>
</ul> </ul>
</DocLayout> </DocLayout>

View file

@ -10,26 +10,11 @@ toc: true
```sh ```sh
npm install -g deskctl npm install -g deskctl
deskctl --help
``` ```
`deskctl` is the default install path. It installs the command by `deskctl` is the default install path. It installs the command by
downloading the matching GitHub Release asset for the supported runtime target. downloading the matching GitHub Release asset for the supported runtime target.
## One-shot usage
```sh
npx deskctl --help
```
## Agent skill
For `skills.sh`-style runtimes:
```sh
npx skills add harivansh-afk/deskctl --skill deskctl -g
```
The repo skill lives under `skills/deskctl`, so `skills` can install it 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 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 -> act -> verify loop as the CLI. `-g` installs it globally; omit that flag if