backup

Community

Back up Claude configs to GitHub automatically.

AuthorGLaDO8
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates backing up Claude Code configuration to GitHub by detecting changes, staging them, and pushing updates to the claude-config repository.

Core Features & Use Cases

  • Check for changes in claude-config with git status
  • Show diffs and review changes
  • Stage and commit updates with a descriptive message
  • Push commits to GitHub and confirm backup
  • Gracefully handle scenarios with no changes

Quick Start

cd ~/claude-config git status --short If changes detected, review diffs: git diff then stage and commit: git add -A git commit -m "<message>" push to remote: git push Backup complete.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: backup
Download link: https://github.com/GLaDO8/dotfiles/archive/main.zip#backup

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.