Windows path support for marketplace sources#
What's wrong with this entry?
On Windows, you can now use native Windows-style paths (backslash separators and drive letters) when adding a marketplace source via the interactive UI or CLI.
# These now work on Windows (in addition to Unix-style paths):
claude marketplace add .\my-skills
claude marketplace add ..\shared-skills
claude marketplace add C:\Users\me\skills- Adds recognition of
.\,..\, and drive-letter paths (e.g.,C:\) whenprocess.platformis"win32" - Unix-style paths (
./,../,/,~) continue to work on all platforms - The resolved path must point to a directory or a
.jsonfile (e.g.,marketplace.json)
Marketplace source parser (search for startsWith(".\\") and [a-zA-Z]:[/\\]) — $v1() at line ~472168
Strings lifted out of the shipped bundle, so the claim above can be checked against them.