[PR #11129] feat: add custom skills directories config option #13661

Closed
opened 2026-02-16 18:18:30 -05:00 by yindo · 0 comments
Owner

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

State: closed
Merged: No


Adds a skills config field that accepts an array of directory paths to scan for skills.

{
  "skills": ["./my-skills", "~/shared-skills", "/absolute/path"]
}

Each path is scanned for **/SKILL.md files, allowing users to organize skills in custom locations outside the standard .opencode/skills/ directory.

Paths support:

  • Relative paths (resolved from project directory)
  • Home directory expansion (~/)
  • Absolute paths

Fixes #8533

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11129 **State:** closed **Merged:** No --- Adds a `skills` config field that accepts an array of directory paths to scan for skills. ```json { "skills": ["./my-skills", "~/shared-skills", "/absolute/path"] } ``` Each path is scanned for `**/SKILL.md` files, allowing users to organize skills in custom locations outside the standard `.opencode/skills/` directory. Paths support: - Relative paths (resolved from project directory) - Home directory expansion (`~/`) - Absolute paths Fixes #8533
yindo added the pull-request label 2026-02-16 18:18:30 -05:00
yindo closed this issue 2026-02-16 18:18:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13661