Uh oh!
There was an error while loading. Please reload this page.
feat: add custom skills path configuration - #6539
Conversation
- Add 'skills.path' config option to opencode.json - Support additional skill directories with ~ expansion - Scan custom paths in addition to default locations - Add documentation and tests
8dfbf5a to
e78c409Compareanntnzrb
commented
Dec 31, 2025
Fixed CI failure: Test fix: The test was calling Code fix: Custom directories now use Docs fix: Clarified that custom paths must contain a The Bedrock test timeout is a pre-existing flaky test unrelated to this PR. |
airtonix
commented
Jan 2, 2026
@anntnzrb you might like my plugin instead https://github.com/zenobi-us/opencode-skillful |
f1ae801 to
08fa7f7Compare
Summary
skills.pathconfig option to opencode.jsonUsage
{ "skills": { "path": ["~/my-skills", "~/.config/agents/skills"] } }Partially addresses #6266 - allows adding custom directories for skill discovery.
Note: This is additive only. Disabling/replacing default paths would be a separate feature if needed.