1002 B
1002 B
Sync, Pull & Push Commands
sync
Pushes skills from source to all targets.
skillshare sync # Execute sync
skillshare sync --dry-run # Preview only
pull
Brings skills from target(s) to source.
skillshare pull claude # Pull from specific target
skillshare pull --all # Pull from all targets
skillshare pull --remote # Pull from git remote + sync all
push
Commits and pushes source to git remote.
skillshare push # Default commit message
skillshare push -m "message" # Custom commit message
skillshare push --dry-run # Preview only
Workflows
Local workflow:
- Create skill in any target (e.g.,
~/.claude/skills/my-skill/) skillshare pull claude- bring to sourceskillshare sync- distribute to all targets
Cross-machine workflow:
- Machine A:
skillshare push- commit and push to remote - Machine B:
skillshare pull --remote- pull from remote + sync