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

@ -27,10 +27,13 @@ npx deskctl --help
## Installable skill
```bash
npx skills add harivansh-afk/deskctl -s deskctl
npx skills add harivansh-afk/deskctl --skill deskctl -g
```
The installable skill lives in [`skills/deskctl`](skills/deskctl) and is built around the same observe -> wait -> act -> verify loop as the CLI.
The installable skill lives in [`skills/deskctl`](skills/deskctl), follows the
standard `skills/` repo layout, and installs directly from this GitHub repo via
`npx skills add ...`. It is built around the same observe -> wait -> act ->
verify loop as the CLI.
## Quick example