Personal Claude Code configuration synced across machines.
commands/— custom slash commandsskills/— custom skillssettings.json— Claude Code settingsCLAUDE.md— persistent instructions for Claudetodos/— saved todos
git clone https://github.com/huskerjeff/CaludeCodeSettings.git ~/.claude# Pull latest changes
cd ~/.claude && git pull
# Push new changes
cd ~/.claude && git add . && git commit -m "update" && git push