From ec7f2f249edb484c3a081ef2451bf40fc4e45abc Mon Sep 17 00:00:00 2001 From: r266-tech Date: Fri, 17 Apr 2026 18:15:06 +0800 Subject: [PATCH] docs(cli): add skills reset subcommand to CLI reference PR #11468 added `hermes skills reset` but cli-commands.md was not updated. Adds the subcommand to the table and usage examples. Closes #11543 --- website/docs/reference/cli-commands.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/reference/cli-commands.md b/website/docs/reference/cli-commands.md index 890271eb8a..927135721e 100644 --- a/website/docs/reference/cli-commands.md +++ b/website/docs/reference/cli-commands.md @@ -709,6 +709,7 @@ Subcommands: | `update` | Reinstall hub skills with upstream changes when available. | | `audit` | Re-scan installed hub skills. | | `uninstall` | Remove a hub-installed skill. | +| `reset` | Un-stick a bundled skill flagged as `user_modified` by clearing its manifest entry. With `--restore`, also replaces the user copy with the bundled version. | | `publish` | Publish a skill to a registry. | | `snapshot` | Export/import skill configurations. | | `tap` | Manage custom skill sources. | @@ -730,6 +731,8 @@ hermes skills install https://example.com/SKILL.md --name my-skill # Over hermes skills check hermes skills update hermes skills config +hermes skills reset google-workspace +hermes skills reset google-workspace --restore --yes ``` Notes: