This repository contains my personal Claude Code commands and configuration files that sync across machines.
/journal- Create intelligent journal entries with automatic section labeling
# Automated setup (recommended)
curl -sSL https://raw.githubusercontent.com/antonkor/claude-commands/master/setup-new-machine.sh | bash
# Or manual setup
git clone https://github.com/antonkor/claude-commands.git ~/.claude
chmod +x ~/.claude/*.sh# Push your changes
~/.claude/sync-push.sh
# Pull latest changes
~/.claude/sync-pull.sh