Not many people will find useful symlinking the entire ~/.claude/skills directory by v2/skills in this repo as suggested in README. Normally it contains bunch of other skills (apart from jmix-*). AFAIK Claude does not support subfolders in its skills directory - each skill needs to be directly in ~/.claude/skills folder). Hence the symlinking needs to be done individually for each skill.
I have modified the readme to this effect and created a small universal idempotent script that does this as a handy post-pull action (to facilitate the first symlinking and also create new symlinks should you guys introduce new skills later. Alas I am unable to push to a branch and create a PR. Is this a readonly repo / you do not want community to contribute?
julius@aerandir:~/Prj/LLM/jmix-agent-guidelines$ git push --set-upstream origin symlink-individual-skills
ERROR: Permission to jmix-framework/jmix-agent-guidelines.git denied to ket4z.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Happy to contribute this, just let me know. Thanks.
Not many people will find useful symlinking the entire
~/.claude/skillsdirectory byv2/skillsin this repo as suggested in README. Normally it contains bunch of other skills (apart from jmix-*). AFAIK Claude does not support subfolders in its skills directory - each skill needs to be directly in ~/.claude/skills folder). Hence the symlinking needs to be done individually for each skill.I have modified the readme to this effect and created a small universal idempotent script that does this as a handy post-pull action (to facilitate the first symlinking and also create new symlinks should you guys introduce new skills later. Alas I am unable to push to a branch and create a PR. Is this a readonly repo / you do not want community to contribute?
Happy to contribute this, just let me know. Thanks.