Documentation
README
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
# Push a local skill update to repo via PR
skill-sync push <skill-name>
# Refresh local repo cache
skill-sync update
Commands
skill-sync list
Shows all skills available in the remote repository.
skill-sync install <name>
Installs/updates a skill from repo into local skills directory.
skill-sync install --all
Installs/updates all skills from repo.
This is the opening of the README. Read the full README on GitHub.