claude_skills_sync
Synchronize Claude Code skills from the current repository to all worktrees by creating symlinks and updating git exclude rules.
Instructions
Sync Claude Code skills from the current repository (the MCP server's current working directory) into target worktrees. MUTATES THE FILESYSTEM: creates symlinks inside .claude/skills/ and upserts a managed block in .git/info/exclude. Operates relative to the server process's cwd — not cross-project. Mirrors omni-dev ai claude skills sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: `"text"` (default) or `"yaml"`. | |
| worktrees | No | When true, also operate on every worktree belonging to the target repository. |