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
Copy file name to clipboardExpand all lines: packages/eskill/README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The CLI automatically detects and links to:
78
78
-**ClawdBot** - `~/.openclaw/skills/` or `~/.clawdbot/skills/`
79
79
-**Cline** - `~/.cline/skills/`
80
80
-**Codex** - `~/.codex/skills/`
81
-
-**Cursor** - `~/.cursor/skills/`
81
+
-**Cursor** - `~/.cursor/skills/` (uses copy instead of symlink due to [Cursor bug](https://forum.cursor.com/t/cursor-doesnt-follow-symlinks-to-discover-skills/149693))
82
82
-**Droid** - `~/.factory/skills/`
83
83
-**Gemini** - `~/.gemini/skills/`
84
84
-**GitHub Copilot** - `~/.copilot/skills/`
@@ -101,9 +101,9 @@ The CLI automatically detects and links to:
Cursor has a [known bug](https://forum.cursor.com/t/cursor-doesnt-follow-symlinks-to-discover-skills/149693) where it does not follow symlinks to discover skills. eskill now **copies** (instead of symlinking) skills to `~/.cursor/skills/` for Cursor.
270
+
271
+
If you installed skills before this fix, reinstall to get the copy:
272
+
273
+
```bash
274
+
# Reinstall for Cursor only (replaces symlink with copy)
0 commit comments