🎯

config-backup

🎯Skill

from ppx123-web/claude-config

VibeIndex|
What it does

config-backup skill from ppx123-web/claude-config

config-backup

Installation

Install skill:
npx skills add https://github.com/ppx123-web/claude-config --skill config-backup
4
Last UpdatedJan 19, 2026

Skill Details

SKILL.md

Overview

# Claude Code Config Sync

This repository contains my personal Claude Code configuration files, synced from ~/.claude/.

Contents

  • CLAUDE.md - Global instructions for Claude
  • skills/ - Custom skills
  • commands/ - Slash commands
  • agents/ - Custom subagents
  • mcp-servers.json - MCP server configuration (API keys masked)

API Keys

All sensitive API keys, tokens, and file paths in mcp-servers.json are masked with MASKED.

You'll need to update these with your own values if you use this configuration.

Excluded Files

  • settings.json and settings.local.json are excluded as they contain sensitive personal data

Syncing

Run the sync script to update this repo from your local config:

```bash

./sync-claude-config.sh

```

---

Generated by Claude Code Config Sync Script