Uh oh!
There was an error while loading. Please reload this page.
feat(skill): add support for custom skill directories via config - #8543
feat(skill): add support for custom skill directories via config#8543ian-pascoe wants to merge 1 commit into
Conversation
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found a potential duplicate: Related PR:
This PR appears to address the same feature—adding custom skills path configuration. Since PR #8543 is a newer implementation of this capability, there may be overlap in functionality or it could be a reimplementation of the earlier PR #6539. You should verify whether PR #6539 was already merged, abandoned, or if #8543 is intended to supersede it with improved functionality. |
c03553a to
db2739fCompareian-pascoe
commented
Jan 14, 2026
@thdxr help me out and please review. This will help plugins ship skills alongside them |
ca823e2 to
18025d0Compare18025d0 to
0b47360Compare0b47360 to
3324bb0Compare@rekram1-node Any chance you could look at this? Don't want to be a pain but I know plugin devs (including myself) would love this |
ce92915 to
de7f791CompareAllows users to specify additional directories to search for SKILL.md files using the `skill.paths` config option. Paths can be relative, absolute, or use ~ for home directory expansion. Closesanomalyco#8533
9092bde to
cefee9aCompareian-pascoe
commented
Jan 29, 2026
Looks like this was completed. Thanks! |
Summary
skill.pathsconfig option to specify additional directories for SKILL.md discovery~home expansionCloses#8533