CLI reference

Search and install need no account; sign in only to publish. The surface is scriptable and non-interactive — built for humans at a terminal and agents in a loop.

Consume
  • skg search <keyword> find skills by name or description
  • skg install @scope/name resolve the full closure into .claude/skills/
  • skg install reproduce the project from its lockfile
  • skg ls print the installed dependency tree
  • skg ls @scope/name inspect a coordinate before installing
Publish
  • skg init <dir> bring a SKILL.md folder under management
  • skg publish <target…> publish a graph of managed skills, leaves first
  • skg fork @scope/name scaffold an owned copy of another author's skill
  • skg revert @scope/name flip a fork back to its origin
  • skg import <git-url> clone a repo and publish its skills under your scope
Account
  • skg login sign in with GitHub, store an API key
  • skg whoami show the @scope you publish under
  • skg logout remove the stored key

FAQ →