askill
backup

backupSafety 85Repository

Backup Claude Code configuration to GitHub. Commits and pushes any changes to settings, skills, or other config files.

0 stars
1.2k downloads
Updated 3/1/2026

Package Files

Loading files...
SKILL.md

Backup Claude Config

Commit and push any changes to the claude-config repository.

Workflow

  1. Check for changes

    cd ~/claude-config && git status --short
    

    If no changes, inform user and stop.

  2. Show what changed

    cd ~/claude-config && git diff
    cd ~/claude-config && git diff --cached
    
  3. Stage all changes

    cd ~/claude-config && git add -A
    
  4. Generate commit message Analyze the changes and create a descriptive message:

    • "Update CLAUDE.md instructions"
    • "Add new skill: "
    • "Update settings: enable "
    • "Update statusline script"
    • Or combine if multiple: "Update settings and add skill"
  5. Commit and push

    cd ~/claude-config && git commit -m "<message>"
    cd ~/claude-config && git push
    
  6. Confirm success Report what was backed up.

Output Format

Checking claude-config for changes...

Changes detected:
  M  settings.json
  A  skills/newskill.md

Committed: Add newskill and update settings
Pushed to: https://github.com/GLaDO8/claude-config

Backup complete.

If no changes

Checking claude-config for changes...

No changes to backup. Config is up to date.

Never

  • Don't commit if there are no changes
  • Don't include sensitive data in commit messages
  • Don't force push

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

80/100Analyzed 3/2/2026

Well-structured backup skill with clear git workflow steps, output examples, and safety guidelines. The skill is specific to backing up Claude config to a personal GitHub repo but follows best practices. Includes tags for discoverability and is in a proper skills folder structure. Minor deduction for internal-only path references and lack of explicit trigger section.

85
90
60
75
90

Metadata

Licenseunknown
Version-
Updated3/1/2026
PublisherGLaDO8

Tags

ci-cdgithubgithub-actionsllm