Conversation
|
Hi @oronbz, thanks for exploring this, but is this different from |
Hi @mbrandonw, thanks for checking in! First of all, I have to admit, I only saw this param after I've started to implement the feature, I guess I wasn't on the latest version befrehand. Secondly, while |
|
@oronbz I think we are open to this but instead of defaulting to |
I also lately discovered that Claude Code doesn't even look for skills in |
|
I think we should check the various If for whatever reason certain tools have different local directories, we can special case those in a computed property on the tool. Sound good? |
|
@oronbz Just checking in, are you still interested in addressing the above feedback to get this merged? |
Hey definitely! |
--local: project-scoped skill installsSkills currently install to the user's home directory, which means every project on your machine shares the same set. The new
--localflag drops symlinks into the current working directory instead, so you can version-control exactly which skills a repo uses.--localcannot be combined with--path(you already know where you want things).Includes validation, a
localInstallPathhelper,currentDirectoryPathonFileSystem, and tests covering agents-default, single tool, multi-tool, and opencode variants.