Claude Desktop mounts ~/.claude/skills/ at /mnt/skills/user but does
not follow symlinks. Skills registered as symlinks (the previous
behavior) are invisible to Claude Desktop — only real directories are
exposed.
This changes setup to copy each skill directory from gstack/ into the
parent skills/ directory instead of symlinking. Running ./setup now
always refreshes the copies so skills stay in sync after upgrades.
Updated README uninstall commands from `rm -f` to `rm -rf` since the
registered skills are now directories, not symlinks.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>