Appearance
List, search, preview
list
Effective skill set for the bound project (after resolution + pins). Shows tier, version SHA, and sync state vs lockfile when present.
bash
pm-skills list
pm-skills list --jsonsearch
Search the resolvable set. With --marketplace (when the server exposes discovery and marketplace is enabled), search the gallery.
bash
pm-skills search "terraform"
pm-skills search "terraform" --marketplacepreview
Render a skill from the server without writing disk — the security gate before pull/install trust.
bash
pm-skills preview secure-coding-policy
pm-skills preview secure-coding-policy --version a91f3c20be11
pm-skills preview secure-coding-policy --diff <shaA> <shaB>Use preview on marketplace skills and before update when reviewing diffs.