sync
Installation
SKILL.md
Sync
Use this skill to install all skills from the current repository's remote source onto the current machine.
Always use the skills CLI. Do not install from . or ./skills.
Workflow
- Confirm the repository remote URL.
- Run
git remote get-url origin. - If
originis missing, stop and tell the user you need a remote URL for this repo.
- Inspect the remote skill source before installing.
- Run
bunx skills add "<remote-url>" --list. - Confirm the remote resolves and exposes the expected skills.
- Install every skill from the remote source.
- Run
bunx skills add "<remote-url>" --all -y. - Omit
-gunless the user explicitly asks for a global install.