Sync only skills that already exist in claude-code-config/skills/. Skip ~/.claude/skills symlinks. Exclude node_modules, bun.lockb, and .DS_Store.
- List
claude-code-config/skills/. - For each name, copy only if
~/.claude/skills/<name>is a real directory:trashthe repo copy, thenrsync -afrom~/.claude/skills/<name>/. - Point
skills/<name>at../claude-code-config/skills/<name>. - Run
bun test:run. - Report synced vs skipped.