You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some AI tools (e.g. Codex on macOS) cannot read symlinked skill directories. After running skillshare sync, the skills exist in the target directory but the tool doesn't discover them.
Cause
By default, skillshare uses merge mode which creates symlinks from the target directory back to your source. Some tools' file scanners don't follow symlinks, so the skills appear missing.
Solution
Switch the affected target to copy mode, which writes real files instead of symlinks:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Some AI tools (e.g. Codex on macOS) cannot read symlinked skill directories. After running
skillshare sync, the skills exist in the target directory but the tool doesn't discover them.Cause
By default, skillshare uses merge mode which creates symlinks from the target directory back to your source. Some tools' file scanners don't follow symlinks, so the skills appear missing.
Solution
Switch the affected target to copy mode, which writes real files instead of symlinks:
For example, for Codex:
You can also run
skillshare doctorto check for symlink compatibility hints.Learn more
Beta Was this translation helpful? Give feedback.
All reactions