[PR #9640] feat: support config skill registration #13165

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

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

State: closed
Merged: Yes


What does this PR do?

Add support for skill registration through config hook

EDIT:
based on a conversation with @paoloricciuti and @rekram1-node changed approach to follow the agentskills.io spec.

Users and plugins can now register skill folder paths :

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

Each path is scanned for **/SKILL.md files.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9640 **State:** closed **Merged:** Yes --- ### What does this PR do? Add support for skill registration through config hook EDIT: based on a conversation with @paoloricciuti and @rekram1-node changed approach to follow the [agentskills.io](https://agentskills.io/specification) spec. Users and plugins can now register skill folder paths : ```json { "skills": { "paths": ["~/my-skills", "./relative/skills", "/absolute/path"] } } ``` Each path is scanned for **/SKILL.md files.
yindo added the pull-request label 2026-02-16 18:18:02 -05:00
yindo closed this issue 2026-02-16 18:18:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13165