opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: add custom skills path configuration

Open anntnzrb opened this issue 2 weeks ago • 2 comments

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.

anntnzrb avatar Dec 31 '25 18:12 anntnzrb