Personal configuration files for Linux (Arch), Windows, and macOS.
./sync.sh # show help
./sync.sh status # list files with diff state
./sync.sh diff # show all differences
./sync.sh diff vscode # show differences for vscode only
./sync.sh apply # apply all configs to system
./sync.sh apply claude # apply only claude configs
./sync.sh save # save all system configs to repoPersonal agent skills live under skills/. After editing skills, sync them into the local agent skill directories:
./sync-skills.shSee skills/README.md.
Use scope-based commit subjects:
<scope>: <summary>
Prefer the affected area as the scope, such as shell, codex, git, skill, sync, or vscode.