OhJuhun/claude-backup-sync Skills
(3)Browse AI agent skills from OhJuhun/claude-backup-sync for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
Backup Config
OhJuhun/claude-backup-sync
# Backup Config Manually sync Claude Code config to GitHub backup repository. ## Trigger User says: "backup config", "sync config", "push config", "/backup-config" ## Steps Run the backup sync script: ```bash bash "${CLAUDE_PLUGIN_ROOT}/scripts/backup-sync.sh" ``` Report the result to the use
Backup Setup
OhJuhun/claude-backup-sync
# Backup Setup Initial setup guide for claude-backup-sync plugin. ## Trigger User says: "backup setup", "setup backup", "configure backup", "/backup-setup" ## Steps ### 1. Check Git CLI Authentication ```bash gh auth status ``` If not authenticated, guide the user: ```bash gh auth login -h gi
Restore Config
OhJuhun/claude-backup-sync
# Restore Config Restore Claude Code config from GitHub backup repository to local machine. ## Trigger User says: "restore config", "pull config", "sync from backup", "/restore-config" ## Steps ### 1. Read backup config ```bash CONFIG_FILE="$HOME/.claude/scripts/backup-config.json" REPO=$(pyth