Skip to content

Conversation

@ian-pascoe
Copy link

Summary

  • Adds skill.paths config option to specify additional directories for SKILL.md discovery
  • Supports relative paths (resolved from project root), absolute paths, and ~ home expansion
  • Gracefully handles non-existent paths without errors

Closes #8533

@github-actions
Copy link
Contributor

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.

@ian-pascoe ian-pascoe force-pushed the feat/custom-skill-paths branch from c03553a to db2739f Compare January 14, 2026 20:40
@ian-pascoe
Copy link
Author

@thdxr help me out and please review. This will help plugins ship skills alongside them

Allows 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.

Closes anomalyco#8533
@ian-pascoe ian-pascoe force-pushed the feat/custom-skill-paths branch from 18025d0 to 0b47360 Compare January 20, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Allow custom skills directories

1 participant