skill not recognized by invoking /skill command #7368

Open
opened 2026-02-16 18:06:58 -05:00 by yindo · 2 comments
Owner

Originally created by @FayaaDev on GitHub (Jan 23, 2026).

Originally assigned to: @rekram1-node on GitHub.

Hello.
The skill loads when searching with "/", but when invoked, the agent does not recognize it and actually removes it from the input; see screenshots below)

skill stored in: ~/.config/opencode/skill/interview/SKILL.md
I got skill set to true in agent md
I use oh-my-opencode plugin but I tried another agent build with opencode create agent, same issue.
frontmatter:

---
name: interview
description: Interview user in-depth about a spec, bead, or feature idea to extract complete implementation details. Use when user wants to flesh out a spec, refine requirements, discuss technical details, clarify a feature before building, or asks to be interviewed about their idea. Triggers on "interview me", "ask me questions about", "flesh out this spec", "refine requirements", "help me think through".
---
Image Image Image

Enviroment:
Opencode Version: 1.1.34
MacOs

Originally created by @FayaaDev on GitHub (Jan 23, 2026). Originally assigned to: @rekram1-node on GitHub. Hello. The skill loads when searching with "/", but when invoked, the agent does not recognize it and actually removes it from the input; see screenshots below) skill stored in: ~/.config/opencode/skill/interview/SKILL.md I got skill set to true in agent md I use oh-my-opencode plugin but I tried another agent build with opencode create agent, same issue. frontmatter: ``` --- name: interview description: Interview user in-depth about a spec, bead, or feature idea to extract complete implementation details. Use when user wants to flesh out a spec, refine requirements, discuss technical details, clarify a feature before building, or asks to be interviewed about their idea. Triggers on "interview me", "ask me questions about", "flesh out this spec", "refine requirements", "help me think through". --- ``` <img width="220" height="305" alt="Image" src="https://github.com/user-attachments/assets/7ee45954-c5b8-4e5e-9a01-65dd044bbe46" /> <img width="908" height="141" alt="Image" src="https://github.com/user-attachments/assets/1a5ebab8-a108-4bba-b208-901249bc8975" /> <img width="1353" height="165" alt="Image" src="https://github.com/user-attachments/assets/64fb7a0e-7318-4c77-989c-5a187ff89509" /> Enviroment: Opencode Version: 1.1.34 MacOs
Author
Owner

@github-actions[bot] commented on GitHub (Jan 23, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #9819: Docs: Skill path mismatch - 'skills' (plural) vs 'skill' (singular) - You mentioned your skill is stored at ~/.config/opencode/skill/interview/SKILL.md (singular), which matches the actual behavior described in #9819. The docs specify 'skills/' (plural) but OpenCode loads from 'skill/' (singular). This path mismatch could be why your skill isn't being recognized properly by the agent.

Feel free to ignore if this doesn't address your specific case.

@github-actions[bot] commented on GitHub (Jan 23, 2026): This issue might be a duplicate of existing issues. Please check: - #9819: Docs: Skill path mismatch - 'skills' (plural) vs 'skill' (singular) - You mentioned your skill is stored at `~/.config/opencode/skill/interview/SKILL.md` (singular), which matches the actual behavior described in #9819. The docs specify 'skills/' (plural) but OpenCode loads from 'skill/' (singular). This path mismatch could be why your skill isn't being recognized properly by the agent. Feel free to ignore if this doesn't address your specific case.
Author
Owner

@zer0Black commented on GitHub (Jan 23, 2026):

Yes, I have the same problem. When using /skill-name without entering any information, it always results in 'user interrupted'

@zer0Black commented on GitHub (Jan 23, 2026): Yes, I have the same problem. When using /skill-name without entering any information, it always results in 'user interrupted'
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7368