Specifiers
skills-package-manager uses specifiers to describe where skills come from.
General format
Supported forms
Notes
source: A Git repository URL or a localfile:pathref: An optional git ref, such asmain, a tag, a full commit SHA, or a short commit SHApath: The directory of the skill inside the source repository
Resolution types
git: Clone the repository, resolve the commit, and copy the skill filesfile: Read the local directory and compute a digest
For team collaboration, it is recommended to use explicit specifiers with path: whenever possible. This makes the manifest more stable and easier to review.