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
This commit is contained in:
r266-tech 2026-04-17 18:15:06 +08:00 committed by Teknium
parent 00d25595c1
commit ec7f2f249e

View file

@ -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: