[PR #10359] fix: merge skills into agent registry to allow invocation via /skill #13415

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

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

State: open
Merged: No


Fixes issue #10273

What does this PR do?

This PR fixes issue #10273 where skills (e.g., /interview) were discoverable in the autocomplete menu but failed to be recognized as valid agents when invoked via the CLI or UI.

How did you verify your code works?

  • CLI Run: Verified that running opencode run --agent <skill-name> correctly invokes the agent and uses the prompt from the skill's markdown file.
  • Agent List: Confirmed skills now appear in the output of Agent.list().
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10359 **State:** open **Merged:** No --- Fixes [issue #10273](https://github.com/anomalyco/opencode/issues/10273) ### What does this PR do? This PR fixes [issue #10273](https://github.com/anomalyco/opencode/issues/10273) where skills (e.g., /interview) were discoverable in the autocomplete menu but failed to be recognized as valid agents when invoked via the CLI or UI. ### How did you verify your code works? - CLI Run: Verified that running `opencode run --agent <skill-name>` correctly invokes the agent and uses the prompt from the skill's markdown file. - Agent List: Confirmed skills now appear in the output of Agent.list().
yindo added the pull-request label 2026-02-16 18:18:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13415