From claude-backup-sync
Manually sync Claude Code config to GitHub backup repository.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-backup-sync:backup-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manually sync Claude Code config to GitHub backup repository.
Manually sync Claude Code config to GitHub backup repository.
User says: "backup config", "sync config", "push config", "/backup-config"
Run the backup sync script:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/backup-sync.sh"
Report the result to the user in Korean.
If successful, show:
If no changes detected, tell the user there are no changes to sync.
npx claudepluginhub ohjuhun/claude-backup-sync --plugin claude-backup-syncHelps users sync Claude Code projects across multiple devices using Git as a synchronization tool. Includes setup guidance for beginners.
Syncs all personal git repositories across machines by pulling and pushing changes in parallel. Useful for keeping work and personal repos up to date when starting or ending work sessions.