Commit 57d46bc
Fix skill duplication in list output
Skills were appearing multiple times because the same skill directory
was being stored with different keys based on the full source path.
Changed SkillParser to use the skill directory name instead of the
full relative path for generating skill keys, preventing duplicates.
Before: keys like 'owner/repo:plugins/subdir/skill' and 'owner/repo:skill'
After: keys like 'owner/repo:skill' (using directory name only)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9a2fd05 commit 57d46bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments