list
List installed skills with version, scope, source, agents, copy-mode, and drift status.
skillhub list shows the skills installed in the current scope, along with each
one's version, source, the agents it's linked into, whether it's in copy mode,
and its drift status.
Alias: ls.
Synopsis
skillhub list [--global]Flags
| Flag | Description |
|---|---|
--global, -g | List the machine-global scope |
Examples
skillhub list
skillhub ls --global
skillhub list --jsonJSON output
With --json, the data object contains:
scope(project|global).skills[]— each{ name, ref, version, source, agents[], copyMode (bool), status, orphaned (bool), external (bool) }, wherestatusis one ofok,store-missing,link-missing, orforeign.