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

  1. Confirm the repository remote URL.
  • Run git remote get-url origin.
  • If origin is missing, stop and tell the user you need a remote URL for this repo.
  1. Inspect the remote skill source before installing.
  • Run bunx skills add "<remote-url>" --list.
  • Confirm the remote resolves and exposes the expected skills.
  1. Install every skill from the remote source.
  • Run bunx skills add "<remote-url>" --all -y.
  • Omit -g unless the user explicitly asks for a global install.
Related skills

More from sjunepark/custom-skills

Installs
2
First Seen
Mar 31, 2026