diff --git a/README.md b/README.md index c1d5894..4b42b5f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ npx deskctl --help `deskctl` installs the command by downloading the matching GitHub Release asset for the supported runtime target. + ## Installable skill ```bash diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index e95aaeb..8b8d4b4 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -21,6 +21,7 @@ import DocLayout from "../layouts/DocLayout.astro";

Reference

@@ -31,9 +32,20 @@ import DocLayout from "../layouts/DocLayout.astro";
  • Runtime contract
  • +

    Agent skill

    + +

    + There is also an installable skill for `skills.sh`-style agent runtimes: +

    + +
    npx skills add harivansh-afk/deskctl -s deskctl
    +

    Links