skill-sync
Installation
SKILL.md
Skill Sync
Manage skills from the shared GitHub repository with GitHub as canonical source of truth.
Never commit secrets. Keep keys/tokens out of SKILL.md and scripts.
Quick Reference
# List available skills in the repo
skill-sync list
# Install one skill
skill-sync install <skill-name>
# Install/update all skills from repo
skill-sync install --all