mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 07:04:46 +00:00
merge main into rename, resolve conflicts in favor of deskctl rename
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
d0220100ad
2 changed files with 13 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ npx deskctl --help
|
||||||
|
|
||||||
`deskctl` installs the command by downloading the matching GitHub Release asset for the supported runtime target.
|
`deskctl` installs the command by downloading the matching GitHub Release asset for the supported runtime target.
|
||||||
|
|
||||||
|
|
||||||
## Installable skill
|
## Installable skill
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ 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>
|
||||||
|
|
@ -31,9 +32,20 @@ import DocLayout from "../layouts/DocLayout.astro";
|
||||||
<li><a href="/runtime-contract">Runtime contract</a></li>
|
<li><a href="/runtime-contract">Runtime contract</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<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 -s deskctl</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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue