[PR #6539] feat: add custom skills path configuration #11963

Open
opened 2026-02-16 18:16:54 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6539

State: open
Merged: No


Summary

  • 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

Usage

{
  "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.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6539 **State:** open **Merged:** No --- ## Summary - 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 ## Usage ```json { "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.
yindo added the pull-request label 2026-02-16 18:16:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11963