mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 04:03:28 +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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue