remove
Remove installed skills and their subscriptions — deletes symlinks, the store entry, and lockfile entries.
skillhub remove removes installed skills and their subscriptions. It deletes
the symlinks, the entry in the local store, and the lockfile entries.
Alias: rm.
Synopsis
skillhub remove [name…] [--global] [--dry-run]Flags
| Flag | Description |
|---|---|
--global, -g | Remove from the machine-global scope |
--dry-run | Show what would change without touching anything |
Examples
skillhub remove tokens-workflow
skillhub rm old-skill --globalJSON output
With --json, the data object contains:
scope(project|global),dryRun(bool).removed[]— each{ ref, name, version }.