Support for agentskills.io Standard
Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Current OpenCode skill discovery is limited to fixed paths like .opencode/skill/<name>/SKILL.md and .claude/skills/, requiring skills to live in specific subdirectories . This lacks flexibility for broader standards. The agentskills.io protocol offers a standardized way to package reusable procedural knowledge and capabilities that agents can load on demand.
Example Implementation
# In any repo directory: ./skills/marketing/SKILL.md or ./src/tools/SKILL.md
# Agent prompts: "Use the marketing skill to generate a campaign"
# OpenCode lists: Available skills: marketing (./skills/marketing), git-release (./.opencode/skill/git-release)
This issue might be a duplicate of existing issues. Please check:
- #6266: Does opencode actually support finding skills at
.claude/skills? (discusses configurability of skill discovery paths) - #6347: [FEATURE]: Plugin Hook for Registering Additional Config Directories (requests ability to register custom directories for skills and other resources)
- #6171: Inconsistency in docs for where to install skills (discusses flexible skill installation paths)
Feel free to ignore if none of these address your specific case.
@LeoMartinDev have you already taken a look at https://github.com/code-yeongyu/oh-my-opencode It's a plugin that offers this native support; it's an OpenCode plugin.
@LeoMartinDev .skills/ doesnt appear to be part of the spec. Can you show me where it has that?
.skills is an example path, it could be anywhere I guess as long as it's folder containing a SKILL.md file. Cursor recently started to support this https://cursor.com/docs/context/skills