How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-setup:cc-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage your Claude Code configuration via the ~/cc-setup git repo.
Manage your Claude Code configuration via the ~/cc-setup git repo.
Snapshot current ~/.claude/ config into ~/cc-setup repo:
cd ~/cc-setup && ./backup.sh
Then review changes with git diff and commit.
Deploy ~/cc-setup config to ~/.claude/:
cd ~/cc-setup && ./restore.sh
Creates a safety backup before overwriting.
Show what changed since last sync:
cd ~/cc-setup && ./diff.sh
Full deploy from repo to ~/.claude/:
cd ~/cc-setup && ./install.sh
When the user says "sync config", "backup config", or "cc sync":
npx claudepluginhub krzemienski/cc-setup --plugin cc-setupSyncs cc-settings with upstream Claude Code changelog (maintainer) or updates local cc-settings install (user).
Syncs Claude Code configurations across projects and sub-repos: re-fingerprints tech stack, discovers sub-repos, scaffolds docs/context/, updates README/CLAUDE.md, installs LSPs, verifies setup. Auto-invokes on /cc-sync.
Interactive wizard configures repositories for Claude Code best practices by creating CLAUDE.md, slash commands, agents, hooks, and permissions. Activates on 'setup claude', 'init claude', or repo setup requests.