npx claudepluginhub wsagency/ws-claude-marketplace --plugin ws-claude-sync## Prerequisites Check that sync is configured: If not configured, tell the user to run `/ws-sync-setup` first. ## Your task Push ALL Claude data to the remote repository, including shell snapshots and slash commands. Replace SCRIPT_DIR with the absolute path to this plugin's `scripts/` directory. Report what was pushed and any warnings. Note that full sync includes more data than essential sync.
Check that sync is configured:
test -f ~/.claude-sync/config.json || echo "NOT_CONFIGURED"
If not configured, tell the user to run /ws-sync-setup first.
Push ALL Claude data to the remote repository, including shell snapshots and slash commands.
python3 "SCRIPT_DIR/claude-sync-extended.py" push --level full
Replace SCRIPT_DIR with the absolute path to this plugin's scripts/ directory.
Report what was pushed and any warnings. Note that full sync includes more data than essential sync.